mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any
other protocol won't work at the moment.
This commit is contained in:
@@ -41,6 +41,8 @@ struct http_request {
|
||||
/** HTTP Content-Length */
|
||||
size_t content_length;
|
||||
|
||||
/** Server address */
|
||||
struct sockaddr server;
|
||||
/** TCP application for this request */
|
||||
struct tcp_application tcp;
|
||||
/** Number of bytes already sent */
|
||||
|
||||
Reference in New Issue
Block a user