Re: Backend responding with 100 Continue results in the actual response being lost

2013-07-23 Thread rstarkov
Hello Maxim, Thanks for your recommendations. I realise that what this server is doing is a bit unusual, however: > That is, it's 100 Continue isn't expected to be returned to nginx > from a complaint HTTP/1.1 server even if a request is via > HTTP/1.1. I just wanted to clarify that the server

Backend responding with 100 Continue results in the actual response being lost

2013-07-22 Thread rstarkov
I'm using nginx as a reverse proxy, configured to use HTTP 1.1 so as to support range requests. The server responds to some of the requests with a "100 Continue", even if there was no "Expect: 100-continue" in the request. The server then proceeds to read the rest of the request and, eventually, se