X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.c;h=4670f310aea5c4e2fd3b7d1addf879ed56c0f766;hp=3cd1147cc521abb4fa77a11a38b35407c45b7e8b;hb=4550cf4a17f3984a98fdbff30617641085fbdd46;hpb=1a04091dfb254e1b89a107d27cccb4c55c565f51 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;