commit | db92a836f4ddafd972cde2b647ee5d207112b303 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Aug 05 16:55:32 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Aug 07 15:13:38 2019 +0200 |
tree | c353b1063d12db8ee4ebd9e5d3d727314207cecc | |
parent | 6386481cbb9351652fad3b9d828d7c8e66f1936c [diff] |
MINOR: cache: add method to cache hash Current HTTP cache hash contains only the Host header and the url path. That said, request method should also be added to the mix to support caching other request methods on the same URL. IE GET and OPTIONS.