netty5/codec-http
Scott Mitchell bb81496076 HttpObjectDecoder resetRequested not updated after reset
Motivation:
HttpObjectDecoder maintains a resetRequested flag which is used to determine if internal state should be reset when a decode occurs. However after a reset is done the resetRequested flag is not set to false. This leads to all data after this point being discarded.

Modifications:
- Set resetRequested to false when a reset is done

Result:
HttpObjectDecoder can still function after a reset.
2016-09-22 13:46:02 -07:00
..
src HttpObjectDecoder resetRequested not updated after reset 2016-09-22 13:46:02 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-08-26 08:36:54 +02:00