mirror of
https://github.com/xcat2/xNBA.git
synced 2026-07-10 07:58:16 +00:00
8f51db233a
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>