vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

Fixing byte range HTTP requests. #76

Closed palavrov closed 8 years ago

palavrov commented 8 years ago

HTTP requests with byte-range doesn't work. Here is the fix.

vinipsmaker commented 8 years ago

Sorry about the delay. I'll have time to review your PR on the weekend.

vinipsmaker commented 8 years ago

@palavrov, thanks for the patch.