Skip to content

Commit

Permalink
update the default status for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed May 24, 2024
1 parent c37e482 commit 982a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula3/gclient/net/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
self._ssl_conf = None
self.use_http2 = False
self.http_headers = None
self._closed = False
self._closed = True

def open(self, ip, port, timeout, use_http2=False, http_headers=None):
"""open the connection
Expand Down

0 comments on commit 982a7e5

Please sign in to comment.