#871: Turn off ipv6only on systems where it is on by default
--------------------------------+------------------------------------------ -
Reporter: mar...@v.loewis.de | Owner: fumanchu
Type: enhancement | Status: reopened
Priority: normal | Milestone: 3.1
Component: CherryPy code | Resolution:
Keywords: |
--------------------------------+------------------------------------------ -
Changes (by mihai.ibane...@yahoo.com):
* resolution: fixed =>
* status: closed => reopened
Comment:
You have applied the patch at the wrong level.
Manipulating the IPV6 stack should happen regardless of whether or not one
has passed in SSL certificate files.
Martin's patch was doing that at the same level as self.socket.bind(),
while now it is done with an additional indent.
--
Ticket URL: <http://www.cherrypy.org/ticket/871>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework