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

Backport fix for panic when debug request captures are enabled #444

Merged
merged 1 commit into from
Apr 24, 2022

Conversation

theckman
Copy link
Collaborator

This fixes a panic that would occur if we attempted to duplicate a request that
has a nil Body, which would be any GET request. This also adds a regression
test.

This fixes a panic that would occur if we attempted to duplicate a request that
has a nil Body, which would be any `GET` request. This also adds a regression
test.
@theckman theckman added this to the v1.5.1 milestone Apr 23, 2022
@theckman
Copy link
Collaborator Author

@theckman
Copy link
Collaborator Author

I'm going to merge this one in as well, since I can merge things into release-1.5.x. I've confirmed the fix works as intended and have included tests. I do need a review on #443 to make sure the same fix is included in v1.6.0.

@theckman theckman merged commit bbae55c into release-1.5.x Apr 24, 2022
@theckman theckman deleted the fix_debug_panic_release-1.5.x branch April 24, 2022 08:06
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.

None yet

1 participant