Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 084eb0b

Browse files
authored
Update ESPAsyncTCP.cpp
1 parent eadb1be commit 084eb0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ESPAsyncTCP.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ void AsyncServer::beginSecure(const char *cert, const char *key, const char *pas
864864
void AsyncServer::end(){
865865
if(_pcb){
866866
//cleanup all connections?
867-
tcp_abort(_pcb);
868867
tcp_arg(_pcb, NULL);
869868
tcp_accept(_pcb, NULL);
870869
if(tcp_close(_pcb) != ERR_OK){

0 commit comments

Comments
 (0)