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

fix(request.headers): no longer returns all http headers, but limited to the default 100. #11140

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

ronething
Copy link
Contributor

Description

Fixes #11139

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

… to the default 100.

Signed-off-by: ashing <axingfly@gmail.com>
@starsz starsz changed the title fix(request.headers): No longer returns all http headers, but limited to the default 100. fix(request.headers): no longer returns all http headers, but limited to the default 100. Apr 10, 2024
@moonming moonming merged commit 25da642 into apache:master Apr 10, 2024
54 checks passed
@ronething ronething deleted the fix/get_headers branch April 10, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: As a user, I want get_headers no longer returns all http headers, but limited to the default 100.
3 participants