-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds support for 1XX informational responses. Those kinds of responses are sent along with normal responses, and flow looks like: > GET / HTTP/1.1 > Host: example.com > < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Content-Length: 12 < < Hello World! Notice that server responds (sends to the socket) 2 HTTP responses.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters