> On Nov 16, 2015, at 8:03 AM, Michael Schlenker <m...@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
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to