We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ef03f commit 4e3b63aCopy full SHA for 4e3b63a
libraries/ESP8266WiFi/src/include/ClientContext.h
@@ -82,6 +82,7 @@ class ClientContext
82
tcp_err(_pcb, NULL);
83
tcp_poll(_pcb, NULL, 0);
84
err = tcp_close(_pcb);
85
+ tcp_abort(_pcb); //Custom modification
86
if(err != ERR_OK) {
87
DEBUGV(":tc err %d\r\n", (int) err);
88
tcp_abort(_pcb);
0 commit comments