fix: succesfull echo

This commit is contained in:
Akash Mondal
2025-06-30 12:58:11 +00:00
committed by lla-dane
parent bbe632bd85
commit 8f0cdc9ed4
5 changed files with 26 additions and 19 deletions

View File

@ -966,7 +966,7 @@ class QUICConnection(IRawConnection, IMuxedConn):
self, event: events.ConnectionTerminated
) -> None:
"""Handle connection termination."""
logger.debug(f"QUIC connection terminated: {event.reason_phrase}")
print(f"QUIC connection terminated: {event.reason_phrase}")
# Close all streams
for stream in list(self._streams.values()):