-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b03
The HttpClient uses Instant.now() to create deadlines for timeouts. This could have undesirable effects since Instant.now() is linked to the wall clock, which is not monotonic. Instead HttpClient should use a monotonic instant source for the purpose of setting and comparing deadlines.