snehanie opened a new pull request, #488: URL: https://github.com/apache/httpcomponents-client/pull/488
UpdateCAS does not catch timeout exceptions. getUpdateCAS catches and throws ResourceIOException, but updateCas does not. Try and catch is important since BasicHttpCache would catch this. https://github.com/apache/httpcomponents-client/blob/master/httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/BasicHttpCache.java#L273-L286 -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org