Fri, 23 Mar 2018 18:01:52 +0000 http-client-branch: fix HTTP/1.1 retry to avoid duplication of header values http-client-branch
dfuchs [Fri, 23 Mar 2018 18:01:52 +0000] rev 56345
http-client-branch: fix HTTP/1.1 retry to avoid duplication of header values
Thu, 22 Mar 2018 16:13:36 +0000 Merge http-client-branch
dfuchs [Thu, 22 Mar 2018 16:13:36 +0000] rev 56344
Merge
Thu, 22 Mar 2018 16:09:01 +0000 http-client-branch: minor cleanup in HttpRequestImpl http-client-branch
dfuchs [Thu, 22 Mar 2018 16:09:01 +0000] rev 56343
http-client-branch: minor cleanup in HttpRequestImpl
Thu, 22 Mar 2018 14:45:30 +0000 http-client-branch: verify that send/sendAsync will throw IAE and NPE as specified by HttpRequest.Builder http-client-branch
dfuchs [Thu, 22 Mar 2018 14:45:30 +0000] rev 56342
http-client-branch: verify that send/sendAsync will throw IAE and NPE as specified by HttpRequest.Builder
Thu, 22 Mar 2018 09:48:27 +0000 http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason http-client-branch
prappo [Thu, 22 Mar 2018 09:48:27 +0000] rev 56341
http-client-branch: (WebSocket) from IOE to IAE in sendClose with bad reason
Wed, 21 Mar 2018 19:18:59 +0000 http-client-branch: supplementary review comments http-client-branch
chegar [Wed, 21 Mar 2018 19:18:59 +0000] rev 56340
http-client-branch: supplementary review comments
Wed, 21 Mar 2018 17:24:15 +0000 http-client-branch: missing <p> http-client-branch
chegar [Wed, 21 Mar 2018 17:24:15 +0000] rev 56339
http-client-branch: missing <p>
Wed, 21 Mar 2018 17:10:53 +0000 http-client-branch: API note about sendPong http-client-branch
chegar [Wed, 21 Mar 2018 17:10:53 +0000] rev 56338
http-client-branch: API note about sendPong
Wed, 21 Mar 2018 16:50:25 +0000 http-client-branch: (WebSocket) almost missed the CSR train http-client-branch
prappo [Wed, 21 Mar 2018 16:50:25 +0000] rev 56337
http-client-branch: (WebSocket) almost missed the CSR train
Wed, 21 Mar 2018 16:30:10 +0000 http-client-branch: Early Review comments for JDK-8199938 Supplementary minor HTTP Client spec clarifications http-client-branch
dfuchs [Wed, 21 Mar 2018 16:30:10 +0000] rev 56336
http-client-branch: Early Review comments for JDK-8199938 Supplementary minor HTTP Client spec clarifications
Wed, 21 Mar 2018 15:12:11 +0000 http-client-branch: bye, bye, SSLDelegate http-client-branch
dfuchs [Wed, 21 Mar 2018 15:12:11 +0000] rev 56335
http-client-branch: bye, bye, SSLDelegate
Wed, 21 Mar 2018 14:11:38 +0000 http-client-branch: (WebSocket) javadoc typos http-client-branch
prappo [Wed, 21 Mar 2018 14:11:38 +0000] rev 56334
http-client-branch: (WebSocket) javadoc typos
Wed, 21 Mar 2018 13:59:56 +0000 http-client-branch: (WebSocket) remove notion of partial/parts/whole messages (RFC 6455 says text and binary can be streamed unrestricted); introduce pending send operations to refer to them later in about and sendText/sendBinary http-client-branch
prappo [Wed, 21 Mar 2018 13:59:56 +0000] rev 56333
http-client-branch: (WebSocket) remove notion of partial/parts/whole messages (RFC 6455 says text and binary can be streamed unrestricted); introduce pending send operations to refer to them later in about and sendText/sendBinary
Wed, 21 Mar 2018 13:40:10 +0000 http-client-branch: typo http-client-branch
chegar [Wed, 21 Mar 2018 13:40:10 +0000] rev 56332
http-client-branch: typo
Wed, 21 Mar 2018 12:44:25 +0000 http-client-branch: (WebSocket) alleviated heavy use of {@code WebSocket} in the javadoc; more details on Listener methods http-client-branch
prappo [Wed, 21 Mar 2018 12:44:25 +0000] rev 56331
http-client-branch: (WebSocket) alleviated heavy use of {@code WebSocket} in the javadoc; more details on Listener methods
Wed, 21 Mar 2018 12:42:19 +0000 http-client-branch: minor HttpClient.send exception correction http-client-branch
chegar [Wed, 21 Mar 2018 12:42:19 +0000] rev 56330
http-client-branch: minor HttpClient.send exception correction
Wed, 21 Mar 2018 12:38:23 +0000 http-client-branch: minor WebSocket.Listener re-wording http-client-branch
chegar [Wed, 21 Mar 2018 12:38:23 +0000] rev 56329
http-client-branch: minor WebSocket.Listener re-wording
Wed, 21 Mar 2018 11:39:30 +0000 http-client-branch: (WebSocket) API wording for back-pressure http-client-branch
prappo [Wed, 21 Mar 2018 11:39:30 +0000] rev 56328
http-client-branch: (WebSocket) API wording for back-pressure
Wed, 21 Mar 2018 10:25:26 +0000 http-client-branch: (WebSocket) remove close timer http-client-branch
prappo [Wed, 21 Mar 2018 10:25:26 +0000] rev 56327
http-client-branch: (WebSocket) remove close timer
Tue, 20 Mar 2018 13:10:09 +0000 http-client-branch: RawChannel implementation based on FlowTube http-client-branch
dfuchs [Tue, 20 Mar 2018 13:10:09 +0000] rev 56326
http-client-branch: RawChannel implementation based on FlowTube
Tue, 20 Mar 2018 10:19:00 +0000 http-client-branch: (WebSocket) split pending operations tests, otherwise it took them too long to run http-client-branch
prappo [Tue, 20 Mar 2018 10:19:00 +0000] rev 56325
http-client-branch: (WebSocket) split pending operations tests, otherwise it took them too long to run
Tue, 20 Mar 2018 00:30:20 +0000 http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes http-client-branch
prappo [Tue, 20 Mar 2018 00:30:20 +0000] rev 56324
http-client-branch: (WebSocket) full-duplex DummyWebSocketServer; tests stabilization & fixes
Mon, 19 Mar 2018 21:04:01 +0000 http-client-branch: (WebSocket) autopong on a closed channel is not an error + test http-client-branch
prappo [Mon, 19 Mar 2018 21:04:01 +0000] rev 56323
http-client-branch: (WebSocket) autopong on a closed channel is not an error + test
Mon, 19 Mar 2018 19:52:43 +0000 http-client-branch: (WebSocket) no error after abort http-client-branch
prappo [Mon, 19 Mar 2018 19:52:43 +0000] rev 56322
http-client-branch: (WebSocket) no error after abort
Mon, 19 Mar 2018 17:04:28 +0000 http-client-branch: (WebSocket) abort tests http-client-branch
prappo [Mon, 19 Mar 2018 17:04:28 +0000] rev 56321
http-client-branch: (WebSocket) abort tests
Mon, 19 Mar 2018 14:20:18 +0000 http-client-branch: (WebSocket) removed MessagePart http-client-branch
prappo [Mon, 19 Mar 2018 14:20:18 +0000] rev 56320
http-client-branch: (WebSocket) removed MessagePart
Mon, 19 Mar 2018 12:24:07 +0000 http-client-branch: (HttpClient) faulty assertion, some tests fail http-client-branch
prappo [Mon, 19 Mar 2018 12:24:07 +0000] rev 56319
http-client-branch: (HttpClient) faulty assertion, some tests fail
Sun, 18 Mar 2018 14:31:36 +0000 http-client-branch: (WebSocket) API changes + test; http-client-branch
prappo [Sun, 18 Mar 2018 14:31:36 +0000] rev 56318
http-client-branch: (WebSocket) API changes + test;
Sat, 17 Mar 2018 18:01:01 +0000 http-client-branch: split large WebSocket test into three http-client-branch
chegar [Sat, 17 Mar 2018 18:01:01 +0000] rev 56317
http-client-branch: split large WebSocket test into three
Fri, 16 Mar 2018 12:57:42 +0000 http-client-branch: HTTP references in java.net package http-client-branch
chegar [Fri, 16 Mar 2018 12:57:42 +0000] rev 56316
http-client-branch: HTTP references in java.net package
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip