garydgregory commented on pull request #310: URL: https://github.com/apache/httpcomponents-core/pull/310#issuecomment-954710860
> @garydgregory I also looked at the `Instant#now` implementation. It basically uses `System.currentTimeMillis()` internally. So, I also see no benefit of using it in low level classes. Newer versions of Java (like 11) provide nanosecond resolution. Not everyone is stuck on Java 8. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
