You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify chunker docstrings to match URL+body sizing
Copilot review surfaced that ``_plan_chunks`` and ``multi_value_chunked``
docstrings advertised the budget as URL length, but the implementation
gates on ``_request_bytes`` (URL + body) so POST routes are sized
correctly. The public ``url_limit`` parameter name is kept for API
stability; only the prose is updated to honestly describe what's
measured. Also tightened ``_worst_case_args`` wording from "URL probe"
to "request-size probe" for consistency.
No behavior change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments