Skip to content

Commit 1500948

Browse files
committed
Remove altcp_poll(cs->pcb, NULL, 0)
1 parent 7a032ab commit 1500948

File tree

1 file changed

+0
-1
lines changed
  • mrbgems/picoruby-net/src

1 file changed

+0
-1
lines changed

mrbgems/picoruby-net/src/tcp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ TCPClient_close(tcp_connection_state *cs)
4848
altcp_recv(cs->pcb, NULL);
4949
altcp_sent(cs->pcb, NULL);
5050
altcp_err(cs->pcb, NULL);
51-
altcp_poll(cs->pcb, NULL, 0);
5251
err = altcp_close(cs->pcb);
5352
if (err != ERR_OK) {
5453
picorb_warn("altcp_close failed: %d\n", err);

0 commit comments

Comments
 (0)