Skip to content

Commit

Permalink
Merge branch 'master' of github.com:termermc/httpx
Browse files Browse the repository at this point in the history
Merge changes from upstreams
  • Loading branch information
termermc committed Mar 21, 2023
2 parents 0d155fa + f71ee33 commit 0fc888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpx.nim
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ proc processEvents(selector: Selector[Data],
case data.fdKind
of Server:
if Event.Read in events[i].events:
tryAcceptClient()
tryAcceptClient()
else:
doAssert false, "Only Read events are expected for the server"
of Dispatcher:
Expand Down

0 comments on commit 0fc888e

Please sign in to comment.