@@ -3876,7 +3876,7 @@ To <dfn>get a header</dfn> given |name bytes| and |value bytes|:
3876
3876
3877
3877
1. If |utf8 decoded value| is failure, then:
3878
3878
3879
- 1. let |value| be null and |binary value| be a list.
3879
+ 1. Let |value| be null and |binary value| be an empty list.
3880
3880
3881
3881
1. For each |byte| in |value bytes|:
3882
3882
@@ -3979,7 +3979,7 @@ The <code>RequestData</code> type represents an ongoing network request.
3979
3979
3980
3980
<div algorithm>
3981
3981
3982
- To <dfn>get the request data</div > given |request|:
3982
+ To <dfn>get the request data</dfn > given |request|:
3983
3983
3984
3984
1. Let |request id| be request's [=request id=] .
3985
3985
@@ -3988,7 +3988,7 @@ To <dfn>get the request data</div> given |request|:
3988
3988
3989
3989
1. Let |method| be |request|'s [=request/method=] .
3990
3990
3991
- 1. let |body size| be 0.
3991
+ 1. Let |body size| be 0.
3992
3992
3993
3993
1. Let |body| be request's [=request/body=] .
3994
3994
@@ -4001,7 +4001,7 @@ To <dfn>get the request data</div> given |request|:
4001
4001
1. Let |headers size| be the size in bytes of |request|'s [=request/headers list=] when
4002
4002
serialized as mandated by [[HTTP11]] .
4003
4003
4004
- Note: for protocols which allow header compression, this is the compressed
4004
+ Note: For protocols which allow header compression, this is the compressed
4005
4005
size of the headers, as sent over the network.
4006
4006
4007
4007
1. Let |headers| be an empty list.
@@ -4010,7 +4010,7 @@ To <dfn>get the request data</div> given |request|:
4010
4010
4011
4011
1. For each (|name|, |value|) in |request|'s [=request/headers list=] :
4012
4012
4013
- 1. Append the result of [=get a Header =] with |name| and |value| to |headers|.
4013
+ 1. Append the result of [=get a header =] with |name| and |value| to |headers|.
4014
4014
4015
4015
1. If |name| is a [=byte-case-insensitive=] match for "<code> Cookie</code> " then:
4016
4016
0 commit comments