Skip to content

Commit

Permalink
disable forcing of http2 for cloud connections (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
generall authored Aug 21, 2023
1 parent 0d8cc12 commit 898de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant_client/qdrant_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(
if self._scheme == "http":
warnings.warn("Api key is used with unsecure connection.")

http2 = True
# http2 = True

self._rest_headers["api-key"] = api_key
self._grpc_headers.append(("api-key", api_key))
Expand Down

0 comments on commit 898de18

Please sign in to comment.