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
* feat(http): size-exceeded error variant
Opting for documenting two floors, one for individual fields
and the other for aggregate. Exceeding either
will fail with `header-error.size-exceeded`.
Resolves#889
* feat(http): add other to variants
Defensively extend the variants for http, related to #892
I used option<string> to match error-code's internal-error(option<string>)
* fix(http): remove implementation limit recommendations
Specific minimum sizes are intentionally left unspecified. Implementations operate in diverse environments with varying constraints, so limits are implementation-defined.
Making operations fallible with size-exceeded is sufficient
to ensure correct error handling without prescribing
specific thresholds.
0 commit comments