History log of /openjdk10/jdk/test/java/net/httpclient/SmallTimeout.java
Revision Date Author Comments
# 17016:c35ff69c2852 11-Apr-2017 dfuchs

8178147: Race conditions in timeout handling code in http/2 incubator client
Summary: Timeout handling code (in particular cancel(IOException)) is modified to take into account cancellation arising before exchange implementation is established or response completable future is created. TimeoutEvent::compareTo method is modified to be consistent with TimeoutEvent::equals.
Reviewed-by: prappo, chegar, michaelm