elli-lib / elli

Simple, robust and performant Erlang web server
https://github.com/elli-lib/elli/blob/develop/doc/README.md
MIT License
324 stars 38 forks source link

Can the server handle requests for the " transfer-Encoding: chunked" header? #109

Closed SisMaker closed 2 years ago

SisMaker commented 2 years ago

I looked at the project code and it seems that the HTTP parsing request code does not handle the "transfer-encoding: chunked" case, am I wrong?

yurrriq commented 2 years ago

It should, see also: https://github.com/elli-lib/elli/blob/2.1.2/test/elli_tests.erl#L394-L417

SisMaker commented 2 years ago

Ok, I'll check it out