pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
20 stars 2 forks source link

check for transfer-encoding if content-length is not provided (support chunked transfer encoding) #5

Closed mkozjak closed 8 years ago

mkozjak commented 9 years ago

https://en.wikipedia.org/wiki/Chunked_transfer_encoding

mkozjak commented 8 years ago

since we decided to use nodejs/http-parser (https://github.com/nodejs/http-parser/tree/master), this should be completed once #14 is fixed.