Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jan 19, 2024
1 parent 6d0f07c commit e084db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clienthandler_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void ClientHandlerPrivate::on_write(ev::io& watcher, int revents)

void ClientHandlerPrivate::on_tls_close(ev::io& watcher, int revents)
{
std::cerr << "tls_close poll " << revents << "\n";
if (revents & ev::ERROR) [[unlikely]] {
watcher.stop();
std::cerr << "Error: failed to close TLS connection gracefully: EV_ERROR\n";
Expand Down

0 comments on commit e084db3

Please sign in to comment.