[Doc] Update PROTOCOL-HTTP2.md (#34907)

more strict  --> stricter

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #34907

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/34907 from lixin963:patch-1 9081eb445e
PiperOrigin-RevId: 591176601
pull/35321/head
lixin18 1 year ago committed by Copybara-Service
parent c019835d6f
commit 8ce9774187
  1. 2
      doc/PROTOCOL-HTTP2.md

@ -75,7 +75,7 @@ Base64-encoded values.
**ASCII-Value** should not have leading or trailing whitespace. If it contains **ASCII-Value** should not have leading or trailing whitespace. If it contains
leading or trailing whitespace, it may be stripped. The **ASCII-Value** leading or trailing whitespace, it may be stripped. The **ASCII-Value**
character range defined is more strict than HTTP. Implementations must not error character range defined is stricter than HTTP. Implementations must not error
due to receiving an invalid **ASCII-Value** that's a valid **field-value** in due to receiving an invalid **ASCII-Value** that's a valid **field-value** in
HTTP, but the precise behavior is not strictly defined: they may throw the value HTTP, but the precise behavior is not strictly defined: they may throw the value
away or accept the value. If accepted, care must be taken to make sure that the away or accept the value. If accepted, care must be taken to make sure that the

Loading…
Cancel
Save