X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.c;h=4670f310aea5c4e2fd3b7d1addf879ed56c0f766;hp=3cd1147cc521abb4fa77a11a38b35407c45b7e8b;hb=31265b1b2d8f5b81cbde0fcada6271d800430c59;hpb=d718332b42f884d9c3c2fd0cfa9b83f4973c6971 diff --git a/urlmatch.c b/urlmatch.c index 3cd1147c..4670f310 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -263,7 +263,9 @@ jb_err parse_http_url(const char *url, struct http_request *http, int require_pr else if (strncmpic(url_noproto, "https://", 8) == 0) { /* - * Should only happen when called from cgi_show_url_info(). + * Should only happen when called from cgi_show_url_info() + * or when the request was https-inspected and the request + * line got rewritten. */ url_noproto += 8; http->ssl = 1;