You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: