Message117788
> Right, I missed the change from self.max_read_chunk to 1024
> (read_size). Should not peek() limit to self.max_read_chunk as read()
> does?
This is used for the chunking of huge reads, but for peek():
1) there is no chunking (peek() should do at most one raw read)
2) huge reads are not really the use case peek() is intended for |
|
Date |
User |
Action |
Args |
2010-10-01 11:58:02 | pitrou | set | recipients:
+ pitrou, nirai |
2010-10-01 11:58:00 | pitrou | link | issue9962 messages |
2010-10-01 11:58:00 | pitrou | create | |
|