- Added a recvInto proc that takes a cstring as argument and reads into
it instead of returning a newly allocated string. This is pretty
unnice because of code duplication with recv. Calling recvInto from
recv is not a good solution because of the additional future that gets
created.
- Windows version is totally untested