-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
HttpSender sends an empty body in ACRA 5.11.1 #1252
Comments
How did you determine that the body is empty? In my testing the body is correctly there in both ACRA logs and what the server reveices. |
I'm watching what the HTTP server receives. |
Is your http server unable to handle chunked requests? That's the only relevant change in that version |
It's standard nginx/PHP-FPM. I will check about chunked requests. |
Not sure which issue we are running now exactly in. But there have been different issues with FastCGI/PHP-FPM and chunked transfer-encoding in HTTP requests with different web servers in the past. Check here and there:
Before I try to reconfigure/fix the server components, is there a way to disable chunked request by configuration of ACRA? |
Not yet, but I guess if it makes issues it should be |
Describe the bug
After update to ACRA 5.11.1 the request body (HTTP POST content) sent by HttpSender is empty.
Expected behavior
The request body contains all information about the crash. No issues with ACRA 5.11.0
Code to reproduce
Version
The text was updated successfully, but these errors were encountered: