Skip to content
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

trailers can get emitted before creating response #84

Closed
szmarczak opened this issue Dec 20, 2021 · 1 comment
Closed

trailers can get emitted before creating response #84

szmarczak opened this issue Dec 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@szmarczak
Copy link
Owner

TypeError: Cannot set properties of null (setting 'trailers')
    at ClientHttp2Stream.<anonymous> (/home/szm/Desktop/apify-js/node_modules/http2-wrapper/source/client-request.js:378:34)
    at Object.onceWrapper (node:events:510:26)
    at ClientHttp2Stream.emit (node:events:390:28)
    at emit (node:internal/http2/core:328:3)
    at processTicksAndRejections (node:internal/process/task_queues:86:22)
Emitted 'error' event on ClientRequest instance at:
    at emitErrorNT (node:internal/streams/destroy:164:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)

Node.js v17.3.0

nodejs/node#41251

@szmarczak szmarczak added the bug Something isn't working label Dec 20, 2021
@szmarczak
Copy link
Owner Author

Fixed in d9dab1e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant