Skip to content

Commit de24813

Browse files
bemascmartinthomson
andcommitted
Reformat references in list
Co-authored-by: Martin Thomson <[email protected]>
1 parent bac9de6 commit de24813

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

draft-ietf-httpbis-connect-tcp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ When closing connections, endpoints are subject to the following requirements:
168168
* When a TCP connection reaches the TIME-WAIT or CLOSED state, the associated endpoint MUST close its send stream.
169169
- If the connection closed gracefully, the endpoint MUST close the send stream gracefully.
170170
- Otherwise, the endpoint SHOULD close the send stream abruptly, using a mechanism appropriate to the HTTP version:
171-
- HTTP/3: RESET_STREAM with H3_CONNECT_ERROR
172-
- See {{!RFC9000, Section 19.4}} and {{?RFC9114, Section 8.1}}.
173-
- HTTP/2: RST_STREAM with CONNECT_ERROR
174-
- See {{!RFC9113}}, Sections 6.4 and 7.
175-
- HTTP/1.1 over TLS: TCP shutdown without a TLS closure alert
176-
- See {{!RFC8446, Section 6.1}}.
177-
- HTTP/1.1 (insecure): TCP RST.
171+
- HTTP/3: RESET_STREAM with H3_CONNECT_ERROR;
172+
see {{!RFC9000, Section 19.4}} and {{?RFC9114, Section 8.1}}
173+
- HTTP/2: RST_STREAM with CONNECT_ERROR;
174+
see {{!RFC9113}}, Sections 6.4 and 7
175+
- HTTP/1.1 over TLS: TCP shutdown without a TLS closure alert;
176+
see {{!RFC8446, Section 6.1}}.
177+
- HTTP/1.1 without TLS: TCP RST
178178
* When the receive stream is closed abruptly or without a FINAL_DATA capsule received, the endpoint SHOULD send a TCP RST if the TCP subsystem permits it.
179179

180180
The mandatory behaviors above enable endpoints to detect any truncation of incoming TCP data. The recommended behaviors propagate any TCP errors through the proxy connection.

0 commit comments

Comments
 (0)