-
Notifications
You must be signed in to change notification settings - Fork 4
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
php5-fpm: Connection reset by peer (read) #7
Comments
The issue occurs when content data (POST) push is executed while the request method is set to GET. Use a condition:
This issue affects PHP5-FPM only. |
Okey. That is great that you have been troubleshooting. |
Working on it :) |
You are awesome! |
cergfix
pushed a commit
to cergfix/fcgi4j
that referenced
this issue
Sep 28, 2015
cergfix
pushed a commit
to cergfix/fcgi4j
that referenced
this issue
Sep 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following issue occurs under some circumstances:
Works OK under HHVM FastCGI, but throws an error when PHP5-FPM is used.
There is a bit of a difference in strace outputs:
PHP5-FPM:
HHVM:
Also, enabling Xhprof in PHP5-FPM fixes the issue.
The text was updated successfully, but these errors were encountered: