| 551 | } |
| 552 | |
| 553 | void TcpConnection::internalOnError(err_t err) |
| 554 | { |
| 555 | tcp = nullptr; // IMPORTANT. No available connection after error! |
| 556 | onError(err); |
| 557 | checkSelfFree(); |
| 558 | debug_tcp_ext("<error"); |
| 559 | } |
| 560 | |
| 561 | void TcpConnection::internalOnDnsResponse([[maybe_unused]] const char* name, LWIP_IP_ADDR_T* ipaddr, int port) |
| 562 | { |