netty5/codec-http/src
Anuraag Agrawal 404008decf Respect all informational status codes. (#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](https://github.com/line/armeria/pull/2210) in Armeria which has forked the class for these features
2019-10-28 14:22:04 +01:00
..
main Respect all informational status codes. (#9712) 2019-10-28 14:22:04 +01:00
test Respect all informational status codes. (#9712) 2019-10-28 14:22:04 +01:00