httpd: fix simple typo

This commit is contained in:
goldsimon 2018-02-07 21:19:07 +01:00
parent f9300c1fb0
commit e8d7e82c8c

View File

@ -975,7 +975,7 @@ get_http_headers(struct http_state *hs, const char *uri)
* - HTTP_DATA_TO_SEND_CONTINUE: continue with sending HTTP body
* - HTTP_DATA_TO_SEND_BREAK: data has been enqueued, headers pending,
* so don't send HTTP body yet
* - HTTP_DATA_TO_SEND_FREED: htt_state and pcb are already freed
* - HTTP_DATA_TO_SEND_FREED: http_state and pcb are already freed
*/
static u8_t
http_send_headers(struct altcp_pcb *pcb, struct http_state *hs)