xiazcy commented on code in PR #2686:
URL: https://github.com/apache/tinkerpop/pull/2686#discussion_r1687132903
##########
gremlin-python/src/main/python/gremlin_python/driver/protocol.py:
##########
@@ -203,6 +60,12 @@ def __init__(self,
self._message_serializer = message_serializer
self._username = username
self._password = password
+ self._response_msg = {'status': {'code': 0,
Review Comment:
I think I'll leave it for now, these values do get replaced in the chunking
methods as soon as we read the response.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]