-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
So I have some endpoints with timeout middleware and some without,
Sometime I see in respone of an endpoint without timeout having a prefix of output from a timed out endpoint
reponse looks something like this {"key": "value"}{"key": "value"} -- the first json is from timed an api with timeout middleware and second json is the actual endpoint
Go version: 1.23
gin-contrib/timeout version: 1.1.0
gin version: v1.10.0
Metadata
Metadata
Assignees
Labels
No labels