AlexanderMac / http-z

Parse/build HTTP message to/from model
MIT License
18 stars 6 forks source link

Parse chunk lengths of "Transfer-Encoding: chunked" as hexadecimal #66

Open eleumasc opened 3 months ago

eleumasc commented 3 months ago

Hi, the parser should read the chunk lengths of "Transfer-Encoding: chunked" as hexadecimal numbers.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding