Skip to content

Commit 4e3b63a

Browse files
committed
feat: attempt to fix webserver not responding issue
esp8266#230
1 parent 27ef03f commit 4e3b63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WiFi/src/include/ClientContext.h

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class ClientContext
8282
tcp_err(_pcb, NULL);
8383
tcp_poll(_pcb, NULL, 0);
8484
err = tcp_close(_pcb);
85+
tcp_abort(_pcb); //Custom modification
8586
if(err != ERR_OK) {
8687
DEBUGV(":tc err %d\r\n", (int) err);
8788
tcp_abort(_pcb);

0 commit comments

Comments
 (0)