Revert "Nginx reversion (#5299)" (#5305)

This reverts commit c9949411cd.
This commit is contained in:
Brad Warren
2017-12-06 17:45:20 -08:00
committed by GitHub
parent 3951baf6c0
commit abed73a8e4
12 changed files with 437 additions and 69 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ class Addr(object):
"""Normalized representation of addr/port tuple
"""
if self.ipv6:
return (self._normalize_ipv6(self.tup[0]), self.tup[1])
return (self.get_ipv6_exploded(), self.tup[1])
return self.tup
def __eq__(self, other):