fix for python2.7
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 May 2011 15:45:37 +0000 (17:45 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 May 2011 15:45:37 +0000 (17:45 +0200)
commitc251b6d6b6762adb66039c1c04059e36e8fdd953
tree3d0961758989aff338fc245c3c710dbb837b2608
parent5bf481705fc397ae0359fc1fe95b1d9974594896
fix for python2.7
we have get_request() return an OpenSSL.SSL.Connection
which does not support shutdown(how) like the socket.socket obj does
but just shutdown()
sfa/util/server.py