You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in lightninglabs/pool#451 and other PRs google.golang.org/grpcv1.40.0 has changed their 402 response code by improving the parsing from the HTTP/2 stack (see grpc/grpc-go#4474). Consequently when the response code is output by gRPC, it's format has changed.
Necessary Remediation
This output change necessitates an update to L402 to continue to be compatible. Short term mitigation is to downgrade to grpc v1.39.0
Scope
Scope of engineering work to fix should be easy
The text was updated successfully, but these errors were encountered:
dstadulis
changed the title
accomodate grpc v1.40.0 formattting changes to handle 402 response code / error properly
accomodate grpc v1.40.0 402 response code / error formatting changes
May 25, 2023
Dysfunction
As mentioned in lightninglabs/pool#451 and other PRs
google.golang.org/grpc
v1.40.0
has changed their 402 response code by improving the parsing from the HTTP/2 stack (see grpc/grpc-go#4474). Consequently when the response code is output bygRPC
, it's format has changed.Necessary Remediation
This output change necessitates an update to
L402
to continue to be compatible. Short term mitigation is to downgrade togrpc v1.39.0
Scope
Scope of engineering work to fix should be easy
The text was updated successfully, but these errors were encountered: