Skip to content

Commit

Permalink
Fix potential infinite loop (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfur committed Aug 13, 2022
1 parent b332eb8 commit ada43c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uvloop/loop.pyx
Expand Up @@ -1756,6 +1756,7 @@ cdef class Loop:
addrinfo.ai_family,
addrinfo.ai_socktype,
addrinfo.ai_protocol, exc_info=True)
addrinfo = addrinfo.ai_next
continue

if reuse_address:
Expand Down

0 comments on commit ada43c0

Please sign in to comment.