Fix handling of 'HTTP/1.1 100 Continue' response
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 3 Jan 2010 18:22:40 +0000 (18:22 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 3 Jan 2010 18:22:40 +0000 (18:22 +0000)
commitf900f637b9956f3f2fd0a78977784a1655ec2bc4
tree0c18f4e6e4cc83163b61e64705253fef18adc752
parentc3497a15baf892555d03f9b581a4a86c0fd05759
Fix handling of 'HTTP/1.1 100 Continue' response

When we jump back to 'cont' it needs to fetch the next response line,
not just check the existing contents of the buffer (which will be an
empty line).

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
http.c