gearman / gearmand

http://gearman.org/
Other
727 stars 138 forks source link

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

Open esabol opened 1 month ago

esabol commented 1 month ago

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

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