Skip to content

Commit

Permalink
Merge branch 'v2' into debug-v2-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 27, 2023
2 parents 99b1ec1 + 577fed8 commit d03ba41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware.go
Expand Up @@ -481,7 +481,6 @@ func handleContentType(c *Client, r *Request) {

func handleRequestBody(c *Client, r *Request) error {
var bodyBytes []byte
releaseBuffer(r.bodyBuf)
r.bodyBuf = nil

switch body := r.Body.(type) {
Expand Down

0 comments on commit d03ba41

Please sign in to comment.