Re: [PR] Refactor ExponentialBackoffManager Tests to Remove Thread.sleep(). [httpcomponents-client]

2023-10-21 Thread via GitHub
ok2c commented on PR #495: URL: https://github.com/apache/httpcomponents-client/pull/495#issuecomment-1773817638 @arturobernalg I just saw this error with the latest code in one of my CI runs. Could you please take a look at it as well? ``` [INFO] Running org.apache.hc.cl

[PR] Performance and code optimization in HTTP cache [httpcomponents-client]

2023-10-21 Thread via GitHub
ok2c opened a new pull request, #496: URL: https://github.com/apache/httpcomponents-client/pull/496 Caching code optimization * Moved delta-second parsing routine to `CacheSupport` * Optimized `ResponseCachingPolicy#isResponseCacheable` by parsing `DATE` and `EXPIRES` headers only once

Re: [PR] Performance and code optimization in HTTP cache [httpcomponents-client]

2023-10-21 Thread via GitHub
ok2c commented on PR #496: URL: https://github.com/apache/httpcomponents-client/pull/496#issuecomment-1773845716 @arturobernalg Please take a look. -- 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 t

Re: [PR] Refactor ExponentialBackoffManager Tests to Remove Thread.sleep(). [httpcomponents-client]

2023-10-21 Thread via GitHub
arturobernalg commented on PR #495: URL: https://github.com/apache/httpcomponents-client/pull/495#issuecomment-1773858559 > @arturobernalg > > I just saw this error with the latest code in one of my CI runs. Could you please take a look at it as well? > > ``` > [INFO] Runni