-
-
Notifications
You must be signed in to change notification settings - Fork 507
Closed
Description
Hi,
Looks like the 100 Continue response is causing trouble again. You fixed one issue related to this in #125
Now the server is returning two Continue 100 rows before the actual response. The response looks like this
HTTP/1.1 100 Continue
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
...
This may be a result of a change in my server configuration. I changed my web server from Puma to Phusion passenger lately. And in general my web server is configured so that it uses internal port forwarding. There is Apache forwarding requests to internal web servers.
I believe it is best to just delete all the Continue lines from the response. Some server configurations may have even more forwards.
Metadata
Metadata
Assignees
Labels
No labels