[PATCH] hgweb: return data in increasing chunk sizes

Brendan Cully brendan at kublai.com
Thu Nov 20 23:08:54 UTC 2008


On Thursday, 20 November 2008 at 22:35, Dirkjan Ochtman wrote:
> Brendan Cully <brendan <at> kublai.com> writes:
> > -        for chunk in self.server.application(env, self._start_response):
> > +        for chunk in util.increasingchunks(self.server.application(env,
> self._start_response)):
> 
> Why did you send this to the users list?

oops.

> The line above seems better split up using an intermediate var, otherwise it
> seems quite sane.

ok, I'll adjust that.




More information about the Mercurial mailing list