Files
ipxe/src/net
Michael Brown c8cae7cc17 [http] Notify data transfer interface when underlying connection is ready
HTTP implements xfer_window_changed() on the underlying server
connection using http_step(), which does not propagate the window
change notification to the data transfer interface.  This breaks the
multipath-capable SAN boot code, which relies on the window change
notification to discover that the HTTP block device is ready for
commands to be issued.

Fix by sending xfer_window_changed() in http_step() once the
underlying connection has been determined to be ready.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-03-28 23:40:52 +03:00
..
2014-05-18 21:53:39 +01:00
2016-03-12 01:24:03 +00:00
2015-03-05 00:59:38 +00:00
2016-07-25 15:20:22 +01:00
2015-03-05 11:25:54 +00:00
2017-03-22 15:11:05 +02:00