Skip to content

Commit 7724b24

Browse files
Moves information about RFCs (cloudflare#19081)
1 parent 46a3247 commit 7724b24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The requirements the server must follow when sending 1xx Informational status co
1414

1515
Cloudflare forwards all 1xx responses from origin servers but does not generate them directly.
1616

17-
## 100 Continue ([RFC7231](https://tools.ietf.org/html/rfc7231))
17+
## 100 Continue
1818

19-
The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body.
19+
The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
2020

2121
### Common use cases
2222

@@ -28,9 +28,9 @@ When a client includes the `Expect: 100-continue` header, it is requesting a con
2828

2929
Cloudflare uses Keep-Alive connections to maintain persistent communication between clients and servers, making the `100 Continue` response typically unnecessary, as Keep-Alive reduces overhead and eliminates the need for intermediate confirmations.
3030

31-
## 101 Switching Protocols ([RFC7231](https://tools.ietf.org/html/rfc7231))
31+
## 101 Switching Protocols
3232

33-
The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols.
33+
The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
3434

3535
### Common use cases
3636

@@ -40,9 +40,9 @@ The 101 Switching Protocols status code indicates that the server has accepted t
4040

4141
Cloudflare supports WebSocket connections, which often involve the 101 Switching Protocols status code. The protocol switch allows clients to establish a WebSocket connection for real-time, bidirectional communication. For information about Cloudflare's Websockets, refer to [Cloudflare Now Supports Websockets](https://blog.cloudflare.com/cloudflare-now-supports-websockets/).
4242

43-
## 102 Processing ([RFC2518](https://tools.ietf.org/html/rfc2518))
43+
## 102 Processing
4444

45-
102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher.
45+
102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. For more information refer, to [RFC2518](https://tools.ietf.org/html/rfc2518).
4646

4747
### Common use cases
4848

0 commit comments

Comments
 (0)