Hi,
sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh failed
with timeout.
The client side could hang if the server goes to timeout before getting
the client request, and the proxy also could be blocked.
This patch sets timeout for the server and the client and catches
SocketTime
Hi Chris, Arno,
as for a few points:
> 1) It seems awful to have to deal with LinkedList in native code. How
> about returning an array from native, and then converting that into
> whatever list type is appropriate at the Java level.
+1
> 2) I would prefer the use of List.of(...), and li