got rid of 'accept' dir in the tests

This commit is contained in:
Araq
2011-11-19 15:45:51 +01:00
parent d0772feb08
commit a274f3bf5b
264 changed files with 5 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ proc executeCgi(server: var TServer, client: TSocket, path, query: string,
dealloc(buf)
OSError()
var inp = process.inputStream
inp.writeData(inp, buf, contentLength)
inp.writeData(buf, contentLength)
dealloc(buf)
proc animate(server: var TServer) =