RFR 8160218: HPack decoder fails when processing header in multiple ByteBuffers

2016-06-28 Thread Pavel Rappo
Hi, Could you please review the following change for JDK-8160218? http://cr.openjdk.java.net/~prappo/8160218/webrev.00/ http://bugs.openjdk.java.net/browse/JDK-8160218 This change addresses two "unrelated" issues that affected decoding of input data spread across several buffers. 1. An incorrec

RE: RFR 8158023: SocketExceptions contain too little information sometimes

2016-06-28 Thread Langer, Christoph
Hi Paul, Ok, you kind of got me convinced and it is also a quite simple modification. I changed from “java.net.SocketException: ioctl SIOCGSIZIFCONF failed: Bad file number” to “java.net.SocketException: Bad file number (ioctl SIOCGSIZIFCONF failed)” like you suggested. The update is in pl