list = hdr->getList(HDR_PROXY_CONNECTION);
else
#endif
- if (hdr->has(HDR_CONNECTION))
- list = hdr->getList(HDR_CONNECTION);
- else
- return 0;
+ if (hdr->has(HDR_CONNECTION))
+ list = hdr->getList(HDR_CONNECTION);
+ else
+ return 0;
res = strListIsMember(&list, directive, ',');
s->sslcontext = xstrdup(token + 11);
} else if (strcasecmp(token, "sslBump") == 0) {
debugs(3, DBG_CRITICAL, "WARNING: '" << token << "' is deprecated " <<
- "in http_port. Use 'ssl-bump' instead.");
+ "in http_port. Use 'ssl-bump' instead.");
s->sslBump = 1; // accelerated when bumped, otherwise not
} else if (strcmp(token, "ssl-bump") == 0) {
s->sslBump = 1; // accelerated when bumped, otherwise not