Proper detection of request message bodies requires:
See https://tools.ietf.org/html/rfc7230#section-3.3
This means that we should take these into account and only emit data events for what is actually part of the given request and then emit an end and close event.
This is also a prerequisite for #39.
Proper detection of request message bodies requires:
See https://tools.ietf.org/html/rfc7230#section-3.3
This means that we should take these into account and only emit
dataevents for what is actually part of the given request and then emit anendandcloseevent.This is also a prerequisite for #39.