mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
got rid of 'accept' dir in the tests
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user