[PATCH 1 of 1] sshserver: add varargs capability

Dirkjan Ochtman dirkjan at ochtman.nl
Wed Feb 10 16:22:31 UTC 2010


On Wed, Feb 10, 2010 at 17:04, Augie Fackler <lists at durin42.com> wrote:
> Having just implemented chunked transfer encoding, I'm confident we
> can't tuck extra information into the chunk headers at the http level.
> When we read from the http response object, we're totally oblivious of
> the presence of chunked transfers.

I implemented a version of chunked where we reach through httplib to
the underlying socket, it's quite easy to do (as a client, anyway).

Cheers,

Dirkjan



More information about the Mercurial-devel mailing list