Re: RFR - 8203614: Java API SSLEngine example code needs correction

2018-08-17 Thread Bradford Wetmore
Looks good. Brad On 8/17/2018 5:53 PM, Anthony Scarpino wrote: Looks fine. Tony On Aug 17, 2018, at 8:45 AM, Jamil Nimeh wrote: Hello all, This is a simple doc-only one-liner that fixes the sample code in SSLEngine to use the correct ByteBuffer in the capacity size check. webrev: http:

Re: RFR - 8203614: Java API SSLEngine example code needs correction

2018-08-17 Thread Anthony Scarpino
Looks fine. Tony > On Aug 17, 2018, at 8:45 AM, Jamil Nimeh wrote: > > Hello all, > > This is a simple doc-only one-liner that fixes the sample code in SSLEngine > to use the correct ByteBuffer in the capacity size check. > > webrev: http://cr.openjdk.java.net/~jnimeh/reviews/8203614/webrev

RFR - 8203614: Java API SSLEngine example code needs correction

2018-08-17 Thread Jamil Nimeh
Hello all, This is a simple doc-only one-liner that fixes the sample code in SSLEngine to use the correct ByteBuffer in the capacity size check. webrev: http://cr.openjdk.java.net/~jnimeh/reviews/8203614/webrev.01/ JBS: https://bugs.openjdk.java.net/browse/JDK-8203614 Thanks, --Jamil