valyala/fasthttp

Chunked response with trailer result in "cannot find crlf at the end of chunk" error

Fermée

#1 078 ouverte le 21 août 2021

 (1 commentaire) (1 réaction) (0 personne assignée)Go (1 755 forks)batch import
help wanted

Métriques du dépôt

Stars
 (21 741 étoiles)
Métriques de merge PR
 (Merge moyen 3j) (44 PRs mergées en 30 j)

Description

Hello,

While using fasthttp.Client to talk to a server that produce chunked response with trailer headers I see "cannot find crlf at the end of chunk" error. I suspects that this happens because fasthttp's implementation does not expect to see trailer headers after the last chunk, which is not according to chunked transfer coding spec.

This can ideally be fixed by adding https://github.com/valyala/fasthttp/issues/210. Otherwise readBodyChunked need to be mindful of trailers.

Let me know if I should produce an example.

Regards.

Guide contributeur