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 "invalid Read on closed Body" when using harlog #5

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

alexflint
Copy link
Member

Fixes #3

Problem was that harlog was reading the request body, which meant that it could not be read again later when needed for the actual HTTP round trip.

@alexflint alexflint merged commit 257cfd1 into main Feb 3, 2025
1 check passed
@alexflint alexflint deleted the fix-closed-body branch February 3, 2025 20:05
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.

panic: runtime error: invalid memory address or nil pointer dereference
1 participant