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

http_close_conn() function

The connection shall be actively closed. Reset the sent- and recv-callbacks.

Syntax

static err_t http_close_conn(struct altcp_pcb *pcb,     struct http_state *hs);
Implemented in httpd.c:645

Arguments

pcb

the tcp pcb to reset callbacks

hs

connection state to free

References

LocationReferrerText
httpd.c:646
http_close_conn(struct altcp_pcb *pcb, struct http_state *hs)
httpd.c:308
static err_t http_close_conn(struct altcp_pcb *pcb, struct http_state *hs);
httpd.c:673http_eof()
http_close_conn(pcb, hs);
httpd.c:2478http_poll()
closed = http_close_conn(pcb, NULL);
httpd.c:2491http_poll()
http_close_conn(pcb, hs);
httpd.c:2533http_recv()
http_close_conn(pcb, hs);
httpd.c:2586http_recv()
http_close_conn(pcb, hs);

Call Tree

Functions calling http_close_conn()
Functions called by http_close_conn()
all items filtered out
http_close_conn()
all items filtered out
Data read by http_close_conn()
http_close_conn()
Type of http_close_conn()
http_close_conn()
all items filtered out