You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Transfer-Encoding: chunked (even for GET request) -- but there is no chunk following, hence the remote server is waiting until timeout.
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.
The text was updated successfully, but these errors were encountered:
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.
I tested using version 3.0.0.
The text was updated successfully, but these errors were encountered: