forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect all informational status codes. (netty#9712)
Motivation: HTTP 102 (WebDAV) is not correctly treated as an informational response Modification: Delegate all `1XX` status codes to superclass, not just `100` and `101`. Result: Supports WebDAV response. Removes a huge maintenance [headache](line/armeria#2210) in Armeria which has forked the class for these features
- Loading branch information
1 parent
9a473b4
commit 816350f
Showing
2 changed files
with
22 additions
and
2 deletions.
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