-
Notifications
You must be signed in to change notification settings - Fork 75
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
ChromePhp - Ngnix 502 Bad Gateway error #40
Comments
... |
splitting it like firephp likely would help. Maybe do something like 1 header entry per log call, then stop at a configurable combined header length with a final warn('too many logs..') entry. |
bump
would really like to chunk the output into multiple headers https://craig.is/writing/chrome-logger/techspecs
This will also necessitate a new protocol version header (omission of X-ChromeLogger-Version would imply "1.0") |
This is a useful extension, but there is a problem with some Ngnix and apache server due big header data sent by ChromePhp json, you can skip this issue by only using when really need it, with no abuse.
The text was updated successfully, but these errors were encountered: