tailhook / rotor-http

The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110 stars 11 forks source link

Fix chunked encoding on the server for buffered requests. #26

Closed pyfisch closed 8 years ago

pyfisch commented 8 years ago

Progressive requests may still return wrong results.

Modifying the code is really complicated for me because of all the offsets and intents that have to be taken into account.

23

tailhook commented 8 years ago

Okay. I'm not sure why those offsets are there. But, I've started to working on testing library. So hopefully we're be able to test it soon.

For now, I just trust you to do the right thing :)