src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java
Wed, 16 Oct 2019 14:50:53 +0100 dfuchs 8231449: HttpClient’s client ssl certificate authentication seems to be broken.
Mon, 16 Jul 2018 12:11:02 +0100 chegar http-client-branch: merge with default http-client-branch
Tue, 03 Jul 2018 11:02:57 +0200 dfuchs http-client-branch: fix a race condition tickled by TLS 1.3 handshake http-client-branch
Wed, 27 Jun 2018 21:24:56 +0100 dfuchs http-client-branch: fixes various test instantibilities http-client-branch
Fri, 22 Jun 2018 19:40:37 +0100 dfuchs http-client-branch: fixed race condition in SSLFD when EOF is received while in BUFFER_UNDERFLOW; Improved debug traces http-client-branch
Wed, 20 Jun 2018 18:23:56 +0100 chegar http-client-branch: merge with default http-client-branch
Tue, 19 Jun 2018 09:32:13 +0100 michaelm http-client-branch: Fix SSLFlowDelegate race http-client-branch
Fri, 04 May 2018 17:02:19 +0100 dfuchs http-client-branch: connection shutdown should no cancel streams immediately if data is pending in the stream queue. http-client-branch
Fri, 04 May 2018 14:32:26 +0100 dfuchs http-client-branch: remove stray println http-client-branch
Thu, 03 May 2018 18:32:32 +0100 dfuchs http-client-branch: SSLFlowDelegate - avoid wasted memory in SSL buffers, fix race condition if socket closed during handshake http-client-branch
Wed, 02 May 2018 15:47:57 +0100 chegar http-client-branch: Merge with default http-client-branch
Tue, 01 May 2018 09:56:39 +0100 dfuchs http-client-branch: avoid calling getApplicationBufferSize/getPacketBufferSize too often http-client-branch
Fri, 27 Apr 2018 11:33:22 +0100 dfuchs http-client-branch: fix racy busy loop in graceful SSLEngine closure http-client-branch
Wed, 25 Apr 2018 19:51:58 +0100 dfuchs http-client-branch: unused byte buffers must be returned to the pool before exiting from SocketTube::readAvailable + minor test fixes http-client-branch
Mon, 23 Apr 2018 15:45:40 +0100 dfuchs http-client-branch: use direct buffer pool for reading off SSL encrypted buffers from the socket + minor test fixes. http-client-branch
Thu, 19 Apr 2018 16:47:52 +0100 dfuchs http-client-branch: do not set receive buffer size unless explicitly requested http-client-branch
Wed, 18 Apr 2018 12:03:06 +0100 chegar http-client-branch: Merge with default http-client-branch
Tue, 17 Apr 2018 13:22:09 +0100 chegar http-client-branch: review comment - fix incorrect cf completion in SSLFlowDelegate http-client-branch
Mon, 16 Apr 2018 16:44:12 +0100 chegar http-client-branch: review comment - update debug statements as per new internal DebugLogger http-client-branch
Sat, 03 Mar 2018 09:57:25 +0000 chegar http-client-branch: some SSLFlowDelegate fixes from Daniel and Chris http-client-branch
Fri, 02 Mar 2018 10:11:30 +0000 chegar http-client-branch: move SSLFlowDelegate wrapBuffers/unwrapBuffers into their respective writer/reader classes - improve diagnostic http-client-branch
Tue, 27 Feb 2018 19:26:25 +0000 michaelm http-client-branch: tweaked last revision wrong CF reference was being kept http-client-branch
Tue, 27 Feb 2018 18:43:06 +0000 michaelm http-client-branch: Fixed SSLFlowDelegate to not call Subscriber.onError directly http-client-branch
Mon, 26 Feb 2018 19:46:13 +0000 michaelm http-client-branch: disabled SSLFlowDelegate debug monitor http-client-branch
Mon, 26 Feb 2018 17:57:43 +0000 michaelm http-client-branch: fix SSL hang issue where errors not reported correctly http-client-branch
Fri, 09 Feb 2018 18:50:31 +0000 chegar http-client-branch: minor bug fixes http-client-branch
Wed, 07 Feb 2018 21:45:37 +0000 chegar http-client-branch: move implementation to jdk.internal.net.http http-client-branch
Wed, 16 Jan 2019 19:09:16 +0000 dfuchs 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available jdk-13+4
Fri, 07 Dec 2018 11:51:17 -0500 rriggs 8214971: Replace use of string.equals("") with isEmpty()
Wed, 04 Jul 2018 16:16:24 +0100 michaelm 8206001: Enable TLS1.3 by default in Http Client
Wed, 20 Jun 2018 09:05:57 -0700 chegar 8204679: HTTP Client refresh
Wed, 02 May 2018 02:36:17 -0700 chegar 8202423: Small HTTP Client refresh
Tue, 17 Apr 2018 08:54:17 -0700 chegar 8197564: HTTP Client implementation
less more (0) tip