From 6d32f0e6e2179afa4e78ab94d3fbfb691a6f99de Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 02:09:13 +0000 Subject: Changed to use the generic stream API. --- src/include/gpxe/http.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/gpxe/http.h') diff --git a/src/include/gpxe/http.h b/src/include/gpxe/http.h index 3cfc888a4..911a74851 100644 --- a/src/include/gpxe/http.h +++ b/src/include/gpxe/http.h @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include #include @@ -43,8 +43,8 @@ struct http_request { /** Server address */ struct sockaddr server; - /** TCP application for this request */ - struct tcp_application tcp; + /** Stream application for this request */ + struct stream_application stream; /** Number of bytes already sent */ size_t tx_offset; /** RX state */ -- cgit v1.2.3-55-g7522