-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http handler is not expected to set tcp scheme #496
Labels
kind/bug
Something isn't working
Comments
3 tasks
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Apr 25, 2021
Fix: milvus-io#496 See also: milvus-io/milvus#5030 Signed-off-by: yangxuan <[email protected]>
wxyucs
pushed a commit
that referenced
this issue
Apr 25, 2021
Fix: #496 See also: milvus-io/milvus#5030 Signed-off-by: yangxuan <[email protected]>
Done |
mergify bot
pushed a commit
that referenced
this issue
May 8, 2021
* Update support versions (#491) Signed-off-by: Xiangyu Wang <[email protected]> * Force using http/https scheme with http-handler (#497) Fix: #496 See also: milvus-io/milvus#5030 Signed-off-by: yangxuan <[email protected]> * Bump jinja2 pygments and py (#498) Bumps: - jinja2 from 2.10.3 to 2.11.3. - pygments from 2.5.2 to 2.7.4. - py from 1.8.1 to 1.10.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepare for 1.1.0 (#500) Signed-off-by: yangxuan <[email protected]> Co-authored-by: Xiangyu Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
May 28, 2021
* Update support versions (milvus-io#491) Signed-off-by: Xiangyu Wang <[email protected]> * Force using http/https scheme with http-handler (milvus-io#497) Fix: milvus-io#496 See also: milvus-io/milvus#5030 Signed-off-by: yangxuan <[email protected]> * Bump jinja2 pygments and py (milvus-io#498) Bumps: - jinja2 from 2.10.3 to 2.11.3. - pygments from 2.5.2 to 2.7.4. - py from 1.8.1 to 1.10.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepare for 1.1.0 (milvus-io#500) Signed-off-by: yangxuan <[email protected]> Co-authored-by: Xiangyu Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XuanYang-cn
added a commit
to XuanYang-cn/pymilvus
that referenced
this issue
Aug 15, 2021
* Update support versions (milvus-io#491) Signed-off-by: Xiangyu Wang <[email protected]> * Force using http/https scheme with http-handler (milvus-io#497) Fix: milvus-io#496 See also: milvus-io/milvus#5030 Signed-off-by: yangxuan <[email protected]> * Bump jinja2 pygments and py (milvus-io#498) Bumps: - jinja2 from 2.10.3 to 2.11.3. - pygments from 2.5.2 to 2.7.4. - py from 1.8.1 to 1.10.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepare for 1.1.0 (milvus-io#500) Signed-off-by: yangxuan <[email protected]> Co-authored-by: Xiangyu Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pymilvus/milvus/client/http_handler.py
Line 120 in 642af04
This is a bug when parsing uri="tcp://host.port"
The text was updated successfully, but these errors were encountered: