]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Support chunked transfer encoding
authorMichael Brown <mcb30@ipxe.org>
Thu, 5 May 2011 14:32:34 +0000 (15:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 5 May 2011 14:32:34 +0000 (15:32 +0100)
commit8f51db233ac764f3528513496496675b2bafae15
treebe8250fdf066492626d87818dcf675efe12190e5
parente316684450a02f633d153a974852eeb8c37236a8
[http] Support chunked transfer encoding

Booting from an HTTP SAN will require HTTP range requests, which are
defined only in HTTP/1.1 and above.  HTTP/1.1 mandates support for
"Transfer-Encoding: chunked", so we must support it.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp/http.c