We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034c3cc commit 32adc50Copy full SHA for 32adc50
uvloop/loop.pyx
@@ -806,7 +806,7 @@ cdef class Loop:
806
if reuse_port:
807
self._sock_set_reuseport(tcp._fileno())
808
809
- if addr.sa_family== uv.AF_INET6:
+ if addr.sa_family == uv.AF_INET6:
810
# Disable IPv4/IPv6 dual stack support (enabled by
811
# default on Linux) which makes a single socket
812
# listen on both address families.
0 commit comments