mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +03:00
Merge changes from mcb-tcp-fixes branch.
This commit is contained in:
@@ -29,8 +29,10 @@ enum http_state {
|
||||
struct http_request;
|
||||
|
||||
struct http_request {
|
||||
/** TCP connection for this request */
|
||||
struct tcp_connection tcp;
|
||||
/** Server address */
|
||||
struct sockaddr_tcpip server;
|
||||
/** TCP application for this request */
|
||||
struct tcp_application tcp;
|
||||
/** Current state */
|
||||
enum http_state state;
|
||||
/** File to download */
|
||||
|
||||
Reference in New Issue
Block a user