mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
preen
This commit is contained in:
@@ -152,7 +152,7 @@ void ESPHomeOTAComponent::handle_handshake_() {
|
|||||||
}
|
}
|
||||||
// For EAGAIN/EWOULDBLOCK, just return and try again next loop
|
// For EAGAIN/EWOULDBLOCK, just return and try again next loop
|
||||||
} else if (read == 0) {
|
} else if (read == 0) {
|
||||||
ESP_LOGW(TAG, "Remote closed connection during handshake");
|
ESP_LOGW(TAG, "Remote closed during handshake");
|
||||||
this->cleanup_connection_();
|
this->cleanup_connection_();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user