Re: Taking advantage of TCP Loopback fast path in Windows

2014-10-15 Thread Alan Bateman
On 09/10/2014 18:10, Kirk Shoop (MS OPEN TECH) wrote: Here is the webrev with both changes: I've tweaked your patch a ting bit on a few minor issues. One is so that running with -Djdk.net.useTcpFastLoopback enables the setting. Another one is to just rename from fast_loopback to fastLoo

Re: RFR 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"

2014-10-15 Thread Chris Hegarty
This looks ok to me. -Chris. On 15/10/14 12:03, Michael McMahon wrote: http://cr.openjdk.java.net/~michaelm/8042622/webrev.1/ The issue is that ResponseCache is receiving all the headers from our MessageHeader internal implementation class. This includes a dummy/fake header that represents the

RFR 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"

2014-10-15 Thread Michael McMahon
http://cr.openjdk.java.net/~michaelm/8042622/webrev.1/ The issue is that ResponseCache is receiving all the headers from our MessageHeader internal implementation class. This includes a dummy/fake header that represents the request line of a request (eg GET /foo.html HTTP/1.1) and this is causing