Skip to content

Commit

Permalink
Fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
kfur committed Oct 11, 2021
1 parent 3e71ddc commit 37b6733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/loop.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ cdef class Loop:
addrinfo.ai_family,
addrinfo.ai_socktype,
addrinfo.ai_protocol, exc_info=True)
continue
break

if reuse_address:
sock.setsockopt(uv.SOL_SOCKET, uv.SO_REUSEADDR, 1)
Expand Down

0 comments on commit 37b6733

Please sign in to comment.