Skip to content
Snippets Groups Projects
Commit 3d5614cb authored by Georges Racinet's avatar Georges Racinet
Browse files

gRPC: bumping to 1.58

Normally, this version should also be compatible with Python 3.11
(supported as of 1.49), but I still could not install it in a
HDK virtualenv (might be a Cython version problem, though).

This brings an unexpected complication: the Python client for
gRPC 1.58 sets a wrong default authority header in the case
of Unix Domain Sockets (the Ruby client does the same, and possibly
also the Go client). General work-arounds might be in the works
at the level of the `h2` crate, but for now the rigorous Rust
implementations don't accept it, so we have to fix it client-side.
In this case, this was a problem in Comparison Tests only.

This is well worth a minor version bump.
parent 7b082b30
No related branches found
No related tags found
Loading
Showing
with 1399 additions and 20956 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment