mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-16 16:37:10 +08:00
Replace magic number `100` with `http.StatusContinue` constant for better code clarity and maintainability in `bodyAllowedForStatus` function. Fixes #4489