Skip to content

Ticket #653: chunk reception bugfix: incomplete chunk reception leads to send back ERR message

Vincent Monfort requested to merge 653_incomplete_chunk_bugfix into master

When an incomplete chunk was received it was considered an error whereas it is possible to receive chunk bytes in several pieces.

Merge request reports