
Nov. 17, 2015
12:44 a.m.
On Nov 16, 2015, at 8:03 AM, Michael Schlenker <msc@contact.de> wrote:
One topic: What should happen if the sender sends malformed data (e.g. content-length: 100 and sending 200 bytes body). I would usually want to know if the sender is broken instead of getting a responseComplete() that claims everything is fine.
This should definitely be an error. While this isn't totally irrelevant to the design of the new server API - the implementation should surely take this kind of error-checking into account, and the old one didn't so well - it's a bit of a distraction since it's not an essential difference. -glyph