Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added trailer header support for http/2 (#303)
The basic node.js http library uses http/1, so you have to specify 'transfer-encoding: chunked' for requests that include trailers. In http/2 there is no need to specify this header and most sites have stopped doing it. As a result, when the headers are parsed, our server cannot find the header 'transfer-encoding: chunked' and causes an error
- Loading branch information