jenssegers / jenssegers/php-proxy

Does not work with PHP 5.6

Open
#59 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
938
Forks
261
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.