gin-contrib / timeout

Timeout middleware for Gin
MIT License
183 stars 37 forks source link

fix(response): conflict when handler completed and timed out #44

Closed Syuparn closed 11 months ago

Syuparn commented 1 year ago

This fixes response conflict when an inner handler and the timeout handler write responses at the same time.

close #40

appleboy commented 11 months ago

duplicated with #55, move to #55