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
Copy file name to clipboardExpand all lines: spec/20-http_header_format.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,12 @@ The dash (`-`) character is used as a delimiter between fields.
80
80
#### version
81
81
82
82
```abnf
83
-
version = 2HEXDIGLC ; this document assumes version 00. Version 255 is forbidden
83
+
version = 2HEXDIGLC ; this document assumes version 00. Version ff is forbidden
84
84
```
85
85
86
86
The value is US-ASCII encoded (which is UTF-8 compliant).
87
87
88
-
Version (`version`) is 1 byte representing an 8-bit unsigned integer. Version `255` is invalid. The current specification assumes the `version` is set to `00`.
88
+
Version (`version`) is 1 byte representing an 8-bit unsigned integer. Version `ff` is invalid. The current specification assumes the `version` is set to `00`.
0 commit comments