netty5/handler
Trustin Lee 84b9516ac5 Do not throw IndexOutOfBoundsException on an invalid SSL record
Motivation:

When an SSL record contains an invalid extension data, SniHandler
currently throws an IndexOutOfBoundsException, which is not optimal.

Modifications:

- Do strict index range checks

Result:

No more unnecessary instantiation of exceptions and their stack traces
2016-01-29 08:07:19 +01:00
..
src Do not throw IndexOutOfBoundsException on an invalid SSL record 2016-01-29 08:07:19 +01:00
pom.xml Use jetty-alpn-agent to simplify pom.xml 2016-01-04 20:40:46 +01:00