netty5/handler
Norman Maurer bcc9cc487e Skip empty buffers and not pass these to BIO_write
Motivation:

When BIO_write is called with an empty buffer it will return 0 for which we call ERR_clear_error(). This is not neccessary as we should just skip these buffers. This eliminates a lot of overhead.

Modifications:

Skip empty src buffers when call unwrap(...).

Result:

Less overhead for unwrap(...) when called with empty buffers.
2015-07-08 10:32:32 +02:00
..
src Skip empty buffers and not pass these to BIO_write 2015-07-08 10:32:32 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-06-23 11:08:27 +02:00