Thread (1 message) 1 message, 1 author, 2016-08-11

Re: [PATCH] git-cvsimport: add suport for CVS pserver method HTTP/1.x proxying

From: Junio C Hamano <hidden>
Date: 2016-08-11 19:47:05

Jeff King [off-list ref] writes:
On Fri, Nov 24, 2006 at 12:52:13PM +1300, Martin Langhoff wrote:
quoted
You are right. It should be something along the lines of

 # discard headers until first blank line
 while (<$s> ne '') {
     # nothing
 }

that is, assuming we can just ignore headers happily.
That code won't work; the value of a blank line will actually be "\n"
(or "\r\n").
Good point.  For an HTTP proxy the kosher line termination would
indeed be "\r\n".
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help