In parse_client_request(), assume a request is complete if we got the whole header...
authorFabian Keil <fk@fabiankeil.de>
Tue, 14 Jul 2009 18:02:25 +0000 (18:02 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 14 Jul 2009 18:02:25 +0000 (18:02 +0000)
commit354cf98360ca9021c89e79e2c728ba632b196364
tree3e09198512f63b1cbf0d24baff4259717a0e2917
parent640ef193745c0bab70ded93c34dff846655aa73f
In parse_client_request(), assume a request is complete if we got the whole header and the method doesn't imply a body.

Should break less non-traditional requests than the previous hack.
jcc.c