Re: [Twisted-Python] twisted.web response.py questions

2015-12-06 Thread Glyph Lefkowitz
> On Dec 4, 2015, at 4:42 AM, peter wrote: > > hi, > > > looking over: > https://twistedmatrix.com/documents/14.0.2/_downloads/response.py > > > im not really sure why one would use the line: > > self.remaining = 1024 * 10 > > > this suggest to me that one knew what kind of page size

[Twisted-Python] twisted.web response.py questions

2015-12-04 Thread peter
hi, looking over: https://twistedmatrix.com/documents/14.0.2/_downloads/response.py im not really sure why one would use the line: self.remaining = 1024 * 10 this suggest to me that one knew what kind of page size was expected...but what if you dont? wouldnt it make more sense to use

[Twisted-Python] twisted.web response.py questions

2015-11-29 Thread peter
hi, looking over: https://twistedmatrix.com/documents/14.0.2/_downloads/response.py im not really sure why one would use the line: self.remaining = 1024 * 10 this suggest to me that one knew what kind of page size was expected...but what if you dont? wouldnt it make more sense to use