|
@@ -71,7 +71,7 @@ static void http_connected ( struct tcp_connection *conn ) {
|
71
|
71
|
* @v conn a TCP Connection
|
72
|
72
|
* @v len the length of data acked
|
73
|
73
|
*/
|
74
|
|
-static void http_acked ( struct tcp_connection *conn, size_t len ) {
|
|
74
|
+static void http_acked ( struct tcp_connection *conn, size_t len __attribute__ ((unused)) ) {
|
75
|
75
|
struct http_request *http = tcp_to_http ( conn );
|
76
|
76
|
|
77
|
77
|
// assume that the whole GET request was sent in on epacket
|