We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a723341 commit 2b535b2Copy full SHA for 2b535b2
docarray/array/mixins/post.py
@@ -49,7 +49,7 @@ def post(
49
_tls = False
50
51
if _scheme in ('grpcs', 'https', 'wss'):
52
- _scheme = _scheme[:-2]
+ _scheme = _scheme[:-1]
53
_tls = True
54
55
if _scheme == 'ws':
0 commit comments