hunghhdev opened a new pull request, #853: URL: https://github.com/apache/httpcomponents-client/pull/853
`AsyncCachingExec.handleCacheMiss` is missing a `return` after generating the 504 (Gateway Timeout) for an `only-if-cached` request, so it falls through and calls the backend anyway. Added the missing `return` and a test, mirroring the classic `CachingExec` behavior -- 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]
