twisted.web._newclient.WrongBodyLength
class twisted.web._newclient.WrongBodyLength(Exception): (source)
View In Hierarchy
An IBodyProducer declared the number of bytes it was going to produce (via its length attribute) and then produced a different number of bytes.
IBodyProducer
length