Comment 5 for bug 738188

Revision history for this message
Andrew Wilkins (axwalk) wrote :

I've more or less got this working. I know of just one last problem to iron out.

A decision I took a long time ago is really biting me, which is working around Windows' MSVCRT standard I/O locking behaviour. This is the reason why requests are never written at the same time as responses are read. I may have to revisit this; perhaps using ReadFile/WriteFile (like in the smb transport) could obviate this problem.