-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(core): fix ngx.balancer.recreate_request does not refresh body bu… #13377
Conversation
Need a change log entry? |
changelog/unreleased/kong/fix-ngx-balancer-recreate-request-api-for-balancer-body-refresh.yml
Outdated
Show resolved
Hide resolved
dd8494e
to
241ce9d
Compare
hold merge after 3.8 is released for safety of summit |
converting this to draft because there's no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bugfix patch is referenced from nginx correct logic for setting upstream body bufs: https://github.com/nginx/nginx/blob/master/src/http/ngx_http_upstream.c#L631
…ffer issue when ngx.req.set_body_data is used in balancer phase
241ce9d
to
0660ae9
Compare
Successfully created cherry-pick PR for |
…ffer issue when ngx.req.set_body_data is used in balancer phase
backport Openresty upstream fix: openresty/lua-nginx-module#2334
issues context: openresty/lua-nginx-module#2333
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
AG-12