mirror of
https://github.com/xcat2/xNBA.git
synced 2026-04-01 19:13:29 +00:00
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>