Commit 66b23b11 authored by ruslanvaliullin's avatar ruslanvaliullin Committed by Cesanta Bot

Fix Nmap reset on ESP8266

PUBLISHED_FROM=7b9c85e7708721f2c6d0e2fc8ad5c32c61b48854
parent 448b4409
......@@ -14500,6 +14500,7 @@ static void tcp_close_tcpip(void *arg) {
void mg_lwip_handle_accept(struct mg_connection *nc) {
struct mg_lwip_conn_state *cs = (struct mg_lwip_conn_state *) nc->sock;
if (cs->pcb.tcp == NULL) return;
#if MG_ENABLE_SSL
if (cs->lc->flags & MG_F_SSL) {
if (mg_ssl_if_conn_accept(nc, cs->lc) != MG_SSL_OK) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment