netty5/codec-http/src
Cédric L 61efd81952 Add HTTP Status code 308 in HttpResponseStatus.java
Motivation:

The status 308 is defined by RFC7538.
This RFC has currently the state Proposed Standard since 2 years, but the status code is already handle by all browsers (Chrome, Firefox, Edge, Safari, …).
To let developer handles easily this status code, it is added into this list.

Modifications:

Added this status code in the list of all status codes and changed the valudOf() method

Result:

Status code 308 included
2017-05-24 16:26:32 +02:00
..
main/java/io/netty/handler/codec Add HTTP Status code 308 in HttpResponseStatus.java 2017-05-24 16:26:32 +02:00
test Allow HTTP decoding post CONNECT in HttpClientCode 2017-05-11 16:48:16 +02:00