1 Commits

Author SHA1 Message Date
mehrdadbn9
ecdab3a3a2 refactor(context): use http.StatusContinue constant instead of magic number 100
Replace magic number `100` with `http.StatusContinue` constant for better code clarity and maintainability in `bodyAllowedForStatus` function.

Fixes #4489
2026-02-18 21:05:43 +03:30