Simon Dugas

Results 3 issues of Simon Dugas

See #362 for previous version. ### Changes since last version * Test the data in each callback call separately. ### Testing/QA I ran `make check` to make sure existing tests...

We found a bug where the response body data callback is getting called repeatedly with the same (ever growing) data. Internally, I think this occurs when `RES_LINE` state treats incoming...

The response was emitting partial body data depending on how you fed the parser with inbound and outbound data chunks. It seems the intended behavior is to not emit body...