Loading sjrpc/core/rpcconnection.py +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class RpcConnection(object): ''' NONBLOCKING_ERRORS = (errno.EAGAIN, errno.EWOULDBLOCK) NONBLOCKING_SSL_ERRORS = (ssl.SSL_ERROR_WANT_READ) NONBLOCKING_SSL_ERRORS = (ssl.SSL_ERROR_WANT_READ, ) MESSAGE_HEADER = '!HL' MESSAGE_HEADER_FALLBACK = '!L' Loading Loading
sjrpc/core/rpcconnection.py +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class RpcConnection(object): ''' NONBLOCKING_ERRORS = (errno.EAGAIN, errno.EWOULDBLOCK) NONBLOCKING_SSL_ERRORS = (ssl.SSL_ERROR_WANT_READ) NONBLOCKING_SSL_ERRORS = (ssl.SSL_ERROR_WANT_READ, ) MESSAGE_HEADER = '!HL' MESSAGE_HEADER_FALLBACK = '!L' Loading