class twisted.web.http._MalformedChunkedDataError(Exception): (source)
_ChunkedTranferDecoder
raises _MalformedChunkedDataError
from its dataReceived
method when it encounters malformed data. This exception indicates a client-side error. If this exception is raised, the connection should be dropped with a 400 error.