-
Notifications
You must be signed in to change notification settings - Fork 560
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
headersTimeout triggered after headers have been received #268
Labels
Status: help-wanted
This issue/pr is open for contributions
Comments
ronag
added
bug
Something isn't working
Status: help-wanted
This issue/pr is open for contributions
labels
Jul 29, 2020
ronag
added a commit
that referenced
this issue
Jul 29, 2020
Might be related to trailers? |
Added a workaround. Would be interesting to fix "properly". |
Needs a test. |
@addaleax I can't see where/how headers timeout is cleared in https://github.com/nodejs/node/blob/master/src/node_http_parser.cc? Any hints? |
Node bug nodejs/node#34578 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run the following against a CouchDB 1.6 instance:
Note that this is a long polling request.
It will log the headers and then after 10 seconds still fail with a headers timeout error.
Probably a problem in
node_http_parser
in Node?The text was updated successfully, but these errors were encountered: