mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 12:35:26 +00:00
fixed typo in httpd debug message
This commit is contained in:
parent
035bf4dcb0
commit
ec9096be40
@ -537,7 +537,7 @@ http_write(struct altcp_pcb *pcb, const void* ptr, u16_t *length, u8_t apiflags)
|
||||
}
|
||||
#endif /* HTTPD_MAX_WRITE_LEN */
|
||||
do {
|
||||
LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("Trying go send %d bytes\n", len));
|
||||
LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("Trying to send %d bytes\n", len));
|
||||
err = altcp_write(pcb, ptr, len, apiflags);
|
||||
if (err == ERR_MEM) {
|
||||
if ((altcp_sndbuf(pcb) == 0) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user