mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03: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>