mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
httpd: fix simple typo
This commit is contained in:
parent
f9300c1fb0
commit
e8d7e82c8c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user