Skip to content
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

[Enhancement] Filter tlvs in ppv2 which contents not are spec-compliant ASCII characters and space #7226

Closed
1 task done
dingshuangxi888 opened this issue Aug 22, 2023 · 0 comments · Fixed by #7227
Closed
1 task done

Comments

@dingshuangxi888
Copy link
Contributor

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

Filter tlvs in ppv2 which contents not are spec-compliant ASCII characters and space

Motivation

Filter tlvs in ppv2 which contents not are spec-compliant ASCII characters and space, to avoid the warnning logs in grpc-java. such as: Aug 21, 2023 5:42:14 PM io.grpc.internal.TransportFrameUtil toHttp2Headers
WARNING: Metadata key=proxy_protocol_tlv_0x03, value=[58, 21, 63, 63] contains invalid ASCII characters

Describe the Solution You'd Like

Filter tlvs in ppv2 which contents not are spec-compliant ASCII characters and space.

Describe Alternatives You've Considered

No.

Additional Context

No response

lollipopjin pushed a commit that referenced this issue Aug 29, 2023
…nt ASCII characters and space (#7227)

Filter tlvs in ppv2 which not are spec-compliant ASCII characters and space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant