Files
TigahandGitHub a38ba0abd0 fix(modules): read the chained-request body through the shared cap (#374)
main does not build: internal/modules/executor.go:197 references MaxBodySize,
which no longer exists in this package.

nobody's patch is wrong on its own. #317 added the request-chaining loop with a
capped read against the const as it stood, then #355 moved the cap to
internal/httpx and updated every reference that existed at the time. neither
diff touched the other, so both were green in isolation and only the merged
tree is broken.

use httpx.ReadCappedBody, which the same file already uses at line 423 and the
frameworks detector uses too.
2026-07-22 16:18:22 -07:00
..