big rename

This commit is contained in:
Araq
2014-08-27 23:42:51 +02:00
parent 15a7bcc89f
commit 11b6958755
98 changed files with 2491 additions and 2341 deletions

View File

@@ -145,7 +145,7 @@ when false:
var buf = alloc(contentLength)
if recv(client, buf, contentLength) != contentLength:
dealloc(buf)
OSError()
raiseOSError()
var inp = process.inputStream
inp.writeData(buf, contentLength)
dealloc(buf)