fix chunked transfer decoding
- usage of complete body_.size() seems is wrong (only valid if there is one chunk?) - use separate var to count already received bytes of chunk
Showing
Please register or sign in to comment
- usage of complete body_.size() seems is wrong (only valid if there is one chunk?) - use separate var to count already received bytes of chunk