Skip to content

Commit

Permalink
Update docs/client/response.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Dec 16, 2024
1 parent aa78493 commit c7be064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/client/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ func (r *Response) Reset()

**Close** releases both the associated `Request` and `Response` objects back to their pools.

⚠️ **WARNING**: After calling `Close`, any attempt to use the request or response may result in data races or undefined behavior. Ensure all processing is complete before closing.
:::warning
After calling `Close`, any attempt to use the request or response may result in data races or undefined behavior. Ensure all processing is complete before closing.
:::

```go title="Signature"
func (r *Response) Close()
Expand Down

0 comments on commit c7be064

Please sign in to comment.