Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 23, 2023
1 parent 64008f8 commit 049d92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ R"x*x*x(<html>

while (true)
{
if (!m_abort)
if (m_abort)
co_return net::error::operation_aborted;

fvalue = cvalue;
Expand Down Expand Up @@ -3559,7 +3559,7 @@ R"x*x*x(<html>

while (true)
{
if (!m_abort)
if (m_abort)
co_return false;

fvalue = cvalue;
Expand Down

0 comments on commit 049d92b

Please sign in to comment.