-
Notifications
You must be signed in to change notification settings - Fork 4.9k
panic when use golang filter decode http2 connect tunnel data #32033
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
Comments
@userlxd Thanks for your reporting, it's reproducable on my side, I'll take a deeper look soon~ |
Oh, sorry, the current implementation do not support handling request data of full-duplex http requests, neither CONNECT nor WebSocket. |
In my case, I need inject the tls.conn over tunnel to control https token header. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
not stale, I'll fix it in the near future. |
/assign @doujiang24 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
envoy config use h2 connect tunnel config from example
envoy use golang filter envoy.filters.http.golang,code is
The text was updated successfully, but these errors were encountered: