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

http_send() function

Try to send more data on this pcb.

Syntax

static u8_t http_send(struct altcp_pcb *pcb,     struct http_state *hs);

Arguments

pcb

the pcb to send data

hs

connection state

References

LocationReferrerText
httpd.c:1559
http_send(struct altcp_pcb *pcb, struct http_state *hs)
httpd.c:2455http_sent()
http_send(pcb, hs);
httpd.c:2500http_poll()
if (http_send(pcb, hs)) {
httpd.c:2582http_recv()
http_send(pcb, hs);

Call Tree

Functions calling http_send()
Functions called by http_send()
all items filtered out
http_send()
Data read by http_send()
Data written by http_send()
http_send()
http_send()::data_to_send
all items filtered out
Type of http_send()
http_send()
all items filtered out