Exemple #1
0
 def shutdown(self, how):
     if self.native_object != _ffi.NULL:
         _lib.wolfSSL_shutdown(self.native_object)
         self._release_native_object()
     socket.shutdown(self, how)
 def shutdown(self, how):
     if self.native_object != _ffi.NULL:
         _lib.wolfSSL_shutdown(self.native_object)
         self._release_native_object()
     socket.shutdown(self, how)