2016-08-31 14:08 GMT+03:00 Rémy Maucherat <r...@apache.org>:
>
> 2016-08-31 12:49 GMT+02:00 <violet...@apache.org>:
>
> > Author: violetagg
> > Date: Wed Aug 31 10:49:10 2016
> > New Revision: 1758580
> >
> > URL: http://svn.apache.org/viewvc?rev=1758580&view=rev
> > Log:
> > When AprEndpoint.write(boolean, ByteBuffer) is invoked with a non direct
> > ByteBuffer then copy that ByteBuffer to the socket write buffer before
> > transferring the data to the socket.
> >
> > Hum, and is it the same thing on read as well ?
>

The new read methods with ByteBuffer are not used at the moment.
But yes it is the same.

> Rémy

Reply via email to