[PATCH] hgweb: return data in increasing chunk sizes

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Nov 20 22:35:46 UTC 2008


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?

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

Cheers,

Dirkjan




More information about the Mercurial mailing list