We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two concerns:
Envoy uses http_parser_url to split the URL into pieces.
We should replace this with GoogleURL, which does URL parsing (https://chromium.googlesource.com/chromium/src/+/master/url#parsing). See https://chromium.googlesource.com/chromium/src/+/master/url/gurl.h#340
Related Issues: #5155 #6588
Can we bring back #11670?
cc @derekargueta @dio @envoyproxy/security-team
The text was updated successfully, but these errors were encountered:
I think @yanavlasov has a relevant plan for this, I'll try to propose something, but it will be good to hear from Yan first :).
Sorry, something went wrong.
yanavlasov
No branches or pull requests
Two concerns:
Envoy uses http_parser_url to split the URL into pieces.
We should replace this with GoogleURL, which does URL parsing (https://chromium.googlesource.com/chromium/src/+/master/url#parsing). See
https://chromium.googlesource.com/chromium/src/+/master/url/gurl.h#340
Related Issues:
#5155
#6588
Can we bring back #11670?
cc @derekargueta @dio @envoyproxy/security-team
The text was updated successfully, but these errors were encountered: