Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Updating to Node 10 #213

Open
GrishaH opened this issue Aug 7, 2019 · 0 comments
Open

Updating to Node 10 #213

GrishaH opened this issue Aug 7, 2019 · 0 comments

Comments

@GrishaH
Copy link
Collaborator

GrishaH commented Aug 7, 2019

Trying to update htsget to Node 10 (or 12) creates the error:
[ERR_HTTP_TRAILER_INVALID]: Trailers are invalid with this transfer encoding

The reasoning for this error would usually be that the transfer encoding does not support trailers, with 'chunked' being the encoding method that does.
This is peculiar as chunked encoding is meant to be implicitly set unless stated otherwise, but some default values must differ between Node 8 to 10 to break this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant