-
Notifications
You must be signed in to change notification settings - Fork 2k
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
HTTP/2 with location.capture() re-enable #2243
Comments
If anyone can help me to reproduce this problem, I would be very willing to dig it up and fix it. |
Hi team, for a long time, there has been no progress on this issue. However, some of our code relies on this API for cache-related work. This means that for a long time, our caching functionality hasn't worked over HTTP2 because of this hard-coded limitation. Our service does not involve any internal proxy_cache features, so it shouldn't be affected. Therefore, I believe we should remove this hard-coded limit because the impact of not being able to use it at all is greater than the potential bugs that might arise. |
also cc @wangchunpeng |
Hi @oowl Thank you for your ongoing work on this module. I wanted to ask if there are any plans to address the HTTP/2 issue that has been discussed. Specifically, is there any intention to revert the changes mentioned, or will there be a different fix implemented? I understand that maintaining such a project requires a lot of time and effort, and I truly appreciate all that you do. Any updates or insights you could share would be highly appreciated. Thanks in advance! |
Sorry, I am not a maintainer of Openresty, so I can not answer your problem. |
For 2 different applications we have had the restriction code removed for multiple years without issue. AFAIK there isnt any major issues with http2 and request capture. |
I can second this, removed the restriction since it was introduced, never had a problem since. |
Hey guys, http2 |
I have tried to reproduce #1195 (comment) mentioned bug by revert 3078ca6 commit
I can not reproduce this problem, Just wanted to know if it's possible to revert the 3078ca6 commit to enable HTTP2 location.capture() support.
The text was updated successfully, but these errors were encountered: