OPTIONS reply doesn't have a Methods header.
* then discovered the method via OPTIONS
*/
- if (theOptions->method != method)
+ if (theOptions->method != method && theOptions->method != ICAP::methodNone)
debugs(93,1, "WARNING: Squid is configured to use ICAP method " << ICAP::methodStr(method) <<
" for service " << uri.buf() <<
" but OPTIONS response declares the method is " << ICAP::methodStr(theOptions->method));