joint bzr/launchpad code mega standup 20090210

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Feb 10 06:45:33 GMT 2009


>>>>> "martin" == Martin Pool <mbp at canonical.com> writes:

<snip/>

    martin> 1.12rc1 blockers:
    martin>  * https thing needs to be fixed; (jam) vincent's patch needs review,
    martin> quite complex but trustworthy

I didn't mean it to be complex :-/ I pursue the idea raised by
John about getting rid of the size parameter which we don't use
(this is now tested against python 2.5 and 2.6 (locally, by me).

readline(size-1) is there to allow *limiting* the number of chars
which are read. While it may sound a bit risky to *not* limit the
size of a line, one has to remember that we're talking about
lines sent by the *server* here, so either the status line or a
header line.

Are there some more explanations I can give ?

    Vincent



More information about the bazaar mailing list