garydgregory opened a new pull request #263: URL: https://github.com/apache/httpcomponents-core/pull/263
Java 8 delivers the `java.time` package including the `Duration` class which is a nice way to express timeouts, just like our `TimeValue` and `Timeout` classes. Therefore, this PRs allows conversions between our types and a Java Duration for use cases where an application already deals with Durations. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
