> 1) To change the HTTP/1.0 protocol to use a different separator between
> accept fields, and to use CR LF as a terminator. This means getting new
> versions of all the servers and clients, and also means getting all
> existing HTTP/1.0 servers upgraded. Anyone know the install base
> out there? This will cause lots of user headaches until all the servers
> get upgraded.
I don't think \r\n is the problem. Just set the connection to unbuffered
(I'll bet you have it line buffered now) and flush when done building the
request. However,
Maybe someone with more TCP knowledge could dig into this and figure out
another solution.
--sanders