Skip to content

Commit

Permalink
Update src/httpx.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Mar 21, 2023
1 parent 512277b commit f71ee33
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 @@ -389,7 +389,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 f71ee33

Please sign in to comment.