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
"Alternatively, it might be better to redirect the request to a safe resource
that explains how to obtain a new client."
Is "client" actually the intended word here? Or is it about using
redirection to explain the client how to obtain something else (e.g. a
proper authority component for a follow-up request) ?
Editors: client is the intended word here: this case is only possible if the client sent an HTTP/0.9 or HTTP/1.0 request without a Host header field, which should not be in any deployed client since 1995.
[Section 7.1.2]
I believe it's better for the reader if the last paragraph is split into 2 or
3 sentences
Reviewer: Marco Tiloca
Review result: Ready with Nits
Thanks for this document! I have found it very well written and I believe it's
basically ready.
Please, see below some minor comments and nits.
Best,
/Marco
Editors: 26a3a5e
"HTTP does not place a predefined limit on the length of a request-line, as
described in Section 2 of [HTTP]"
This can better point to Section 2.3 of [HTTP].
Editors: 17d1958
"A client MUST send a Host header field in all HTTP/1.1 request messages."
This sentence can be expanded to point to Section 7.2 of [HTTP].
"... excluding any userinfo subcomponent and its "@" delimiter ..."
This should point to Section 4.2.4 of [HTTP].
Editors: dbee984
"Alternatively, it might be better to redirect the request to a safe resource
that explains how to obtain a new client."
Is "client" actually the intended word here? Or is it about using
redirection to explain the client how to obtain something else (e.g. a
proper authority component for a follow-up request) ?
Editors: client is the intended word here: this case is only possible if the client sent an HTTP/0.9 or HTTP/1.0 request without a Host header field, which should not be in any deployed client since 1995.
3 sentences
Editors: #969
"When encountering an incomplete close, a client SHOULD treat as completed
all requests for which it has received ..."
Shouldn't this be about received responses? Or does it refer to the
completion of the exchanges started by the mentioned requests?
Editors: yes, it's about the completion of the exchanges.
Editors: 1bea457
Editors: 26a3a5e
The text was updated successfully, but these errors were encountered: