Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
94aa0fd3
Commit
94aa0fd3
authored
9 years ago
by
Eric Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Improve grammar/language for clarity
parent
118c0a0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/PROTOCOL-HTTP2.md
+3
-3
3 additions, 3 deletions
doc/PROTOCOL-HTTP2.md
with
3 additions
and
3 deletions
doc/PROTOCOL-HTTP2.md
+
3
−
3
View file @
94aa0fd3
...
...
@@ -66,9 +66,9 @@ Base64-encoded values.
**ASCII-Value**
should not have leading or trailing whitespace. If it contains
leading or trailing whitespace, it may be stripped. The
**ASCII-Value**
character range defined is more strict than HTTP. Implementations must not error
due to receiving an invalid
**ASCII-Value**
but value valid in 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
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
away or
accept the value. If accepted, care must be taken to make sure that the
application is permitted to echo the value back as metadata. For example, if the
metadata is provided to the application as a list in a request, the application
should not trigger an error by providing that same list as the metadata in the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment