in reply to Re: read aka fread(3) broken, sysread aka read(2) works IIS socket
in thread read aka fread(3) broken, sysread aka read(2) works IIS socket
More importantly, the HTTP/1.1 protocol has requirements for clients that manual scripts aren't willing to do. For example, HTTP/1.1 clients must support chunked encoding. And handle persistent connections gracefully. Clients don't want a persistent connection should send "Connection: close" header.
|
|---|