fre 2010-03-05 klockan 23:08 +1300 skrev Amos Jeffries: > Sending HTTP/1.1 in all version details sent to peers and servers. > > Passes the basic tests I've thrown at it. If anyone can think of some > please do.
The src/client_side.cc change looks wrong to me.. should not overwrite the version sent by the client when parsing the request headers. upgrade should only be done in http.cc when making the outgoing request, and client_side_reply.cc when making the outgoing response, between there the received version should be preserved as much as possible. Regards Henrik
