Skip to content

Commit 7e5e06a

Browse files
fix: Bad lock issue
1 parent b158a2e commit 7e5e06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/pkg/service/stream/mapping/recordctx

internal/pkg/service/stream/mapping/recordctx/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (c *httpContext) JSONValue(parserPool *fastjson.ParserPool) (*fastjson.Valu
134134
return c.jsonValue, nil
135135
}
136136

137-
body, err := c.BodyBytes()
137+
body, err := c.bodyBytesWithoutLock()
138138
if err != nil {
139139
return nil, err
140140
}

0 commit comments

Comments
 (0)