Jeff Trawick wrote: >This is from line 837, as we bail out with 400 error: > >(gdb) dump_table tmp_headers >[0] 'Host'='127.0.0.1' >[1] 'Accept-Encoding'='' > >I think the problem is that the code now expects that a continuation >line starts with a tab. That is not the case in this testcase. >Neither 1.3 nor older levels of 2.0 expect a tab at the start of the >continuation line. >
That explains it, thanks. I'll commit a fix later today if nobody else gets to it first. --Brian
