Fixed HTTP response chunk issue
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.