Commit 6461e9dd authored by Ivan Krasin's avatar Ivan Krasin

Enable parallel request handling

parent 597d424f
...@@ -51,7 +51,7 @@ func loop(f *os.File, fs FileSystem, errors chan os.Error) { ...@@ -51,7 +51,7 @@ func loop(f *os.File, fs FileSystem, errors chan os.Error) {
break break
} }
dispatch(fs, buf[0:n], managerReq, toW, errors) go dispatch(fs, buf[0:n], managerReq, toW, errors)
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment