netty5/codec-http/src/main
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
..
java/io/netty/handler/codec Respect all informational status codes. (#9712) 2019-10-28 14:22:04 +01:00
resources/META-INF/native-image/io.netty/codec-http Adds DeflateDecoder to native-image.properties of codec-http (#9708) 2019-10-25 20:15:54 +02:00