Skip to content

100 Continue issue #156

@mmustala

Description

@mmustala

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions