@@ -3945,7 +3945,7 @@ To <dfn>get a header</dfn> given |name bytes| and |value bytes|:
3945
3945
3946
3946
1. If |utf8 decoded value| is failure, then:
3947
3947
3948
- 1. let |value| be null and |binary value| be a list.
3948
+ 1. Let |value| be null and |binary value| be an empty list.
3949
3949
3950
3950
1. For each |byte| in |value bytes|:
3951
3951
@@ -4048,7 +4048,7 @@ The <code>RequestData</code> type represents an ongoing network request.
4048
4048
4049
4049
<div algorithm>
4050
4050
4051
- To <dfn>get the request data</div > given |request|:
4051
+ To <dfn>get the request data</dfn > given |request|:
4052
4052
4053
4053
1. Let |request id| be request's [=request id=] .
4054
4054
@@ -4057,7 +4057,7 @@ To <dfn>get the request data</div> given |request|:
4057
4057
4058
4058
1. Let |method| be |request|'s [=request/method=] .
4059
4059
4060
- 1. let |body size| be 0.
4060
+ 1. Let |body size| be 0.
4061
4061
4062
4062
1. Let |body| be request's [=request/body=] .
4063
4063
@@ -4070,7 +4070,7 @@ To <dfn>get the request data</div> given |request|:
4070
4070
1. Let |headers size| be the size in bytes of |request|'s [=request/headers list=] when
4071
4071
serialized as mandated by [[HTTP11]] .
4072
4072
4073
- Note: for protocols which allow header compression, this is the compressed
4073
+ Note: For protocols which allow header compression, this is the compressed
4074
4074
size of the headers, as sent over the network.
4075
4075
4076
4076
1. Let |headers| be an empty list.
@@ -4079,7 +4079,7 @@ To <dfn>get the request data</div> given |request|:
4079
4079
4080
4080
1. For each (|name|, |value|) in |request|'s [=request/headers list=] :
4081
4081
4082
- 1. Append the result of [=get a Header =] with |name| and |value| to |headers|.
4082
+ 1. Append the result of [=get a header =] with |name| and |value| to |headers|.
4083
4083
4084
4084
1. If |name| is a [=byte-case-insensitive=] match for "<code> Cookie</code> " then:
4085
4085
0 commit comments