http_eof() is only used within LwIP.
 
Symbols
loading...
Files
loading...

http_eof() function

End of file: either close the connection (Connection: close) or close the file (Connection: keep-alive)

Syntax

static void http_eof(struct altcp_pcb *pcb,     struct http_state *hs);

Arguments

pcb

hs

References

LocationReferrerText
httpd.c:655
http_eof(struct altcp_pcb *pcb, struct http_state *hs)
httpd.c:1106http_check_eof()
http_eof(pcb, hs);
httpd.c:1113http_check_eof()
http_eof(pcb, hs);
httpd.c:1618http_send()
http_eof(pcb, hs);

Call Tree

Functions calling http_eof()
Functions called by http_eof()
all items filtered out
http_eof()
all items filtered out
Data read by http_eof()
all items filtered out
http_eof()