]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Support read-only HTTP block devices
authorMichael Brown <mcb30@ipxe.org>
Mon, 27 Jun 2011 17:27:28 +0000 (18:27 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 13:45:14 +0000 (14:45 +0100)
commit2988b2665366700b406a027c0c322cc252e5cc39
tree445841678619988537214716ca5aa3a80215b5c5
parent69f5b2e8dc2bd756cc0aac21969b2bf683e94302
[http] Support read-only HTTP block devices

Provide support for HTTP range requests, and expose this functionality
via the iPXE block device API.  This allows SAN booting from a root
path such as:

    sanboot http://boot.ipxe.org/freedos/fdfullcd.iso

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