dfuchs [Thu, 08 Jun 2017 12:41:07 +0100] rev 45531
8180044: java/net/httpclient/ManyRequests.java failed due to timeout
Summary: Fixes several race conditions observed while testing.
Reviewed-by: michaelm, msheppar, prappo
dfuchs [Thu, 08 Jun 2017 12:24:13 +0100] rev 45530
8181430: HTTP/2 client might deadlock when receiving data during the initial handshake
Summary: CountDownLatch removed. Data produced during the handshake is instead buffered until the preface is sent.
Reviewed-by: michaelm, msheppar, prappo