Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with PHP 5.6 #59

Open
malins opened this issue Sep 5, 2018 · 0 comments
Open

Does not work with PHP 5.6 #59

malins opened this issue Sep 5, 2018 · 0 comments

Comments

@malins
Copy link

malins commented Sep 5, 2018

Basically this is not working at all, at least with PHP 5.6.
I'm using the samples right from the README file, without any success.

There are (at least) two problems in the request to the remote server.

  1. Transfer-Encoding: chunked (even for GET request) -- but there is no chunk following, hence the remote server is waiting until timeout.
  2. Connection: keep-alive -- the remote servers sends the response, the connection is kept alive, but the proxy doesn't forward the response to the client (browser).

I tested using version 3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant