963ea59e75
The upgrade could happen in the context of a HttpParser.parseNext() call, which eventually upgrades the EndPoint, passing what remains in the NetworkBuffer to the new Connection and releasing the NetworkBuffer. The messageComplete() parser callback was still returning false even if the response was 101, causing the HTTP/1.1 parser to continue, but now the NetworkBuffer was null, producing the NullPointerException. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml |