Skip to content

Fixed HTTP response chunk issue

Jamie Carl requested to merge master into 3.0-develop

If the chunk length fell right on an internal buffer border, it would incorrectly convert the hex length. Fix is to check if the chunk length is actually found and if not, skip the buffer processing until more data comes in.

Merge request reports