forked from Imagelibrary/lwip
fixed typo in httpd debug message
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user