Skip to content

Commit 9fa904f

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent 299d035 commit 9fa904f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: 1xx Informational
55

66
---
77

8-
The 1xx Informational status codes serve as interim responses that provide connection status updates without completing the request-response cycle. These codes are not intended for final actions but rather for indicating that the request is being processed or additional steps are required.
8+
The 1xx Informational status codes serve as interim responses that provide connection status updates without completing the request-response cycle. These codes are not intended for final actions but rather to indicate that the request is being processed or additional steps are required.
99

1010
The requirements the server must follow when sending 1xx Informational status codes in response to a client's request include:
1111

@@ -22,7 +22,7 @@ The 100 Continue status indicates that the server has received the request heade
2222

2323
Allows clients to verify if the server will accept their request headers before sending a potentially large or unusable request body, optimizing data flow.
2424

25-
When a client includes the `Expect: 100-continue` header, is requesting a confirmation before sending the request body, prompting the server to respond immediately with either `100 Continue` to proceed or an appropriate status code (for example, 401 Unauthorized or 413 Payload Too Large) if the request is unacceptable.
25+
When a client includes the `Expect: 100-continue` header, it is requesting a confirmation before sending the request body, prompting the server to respond immediately with either `100 Continue` to proceed or an appropriate status code (for example, `401 Unauthorized` or `413 Payload Too Large`) if the request is unacceptable.
2626

2727
### Cloudflare-specific information
2828

0 commit comments

Comments
 (0)