Skip to content

http1: fix crash when skipping respone stream with chunked enconding

Carlos Garcia Campos requested to merge carlosgc/skip-chunked-crash into master

When skipping the response body the given buffer is NULL, which is not handled for chunked enconding when reading the trailers.

Fixes #323 (closed)

Merge request reports