gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

Using HTTP protocol, if the client sends HTTP/1.1, the server answers with HTTP/1.0 #391

Open esabol opened 6 months ago

esabol commented 6 months ago

Originally posted by @silviucpp in https://github.com/gearman/gearmand/issues/98#issuecomment-292080733:

Another bug I think is that even if the clients sends HTTP/1.1 the server always answers with HTTP/1.0

This might create issues on some HTTP clients because keep-alive is not part of 1.0

Silviu