From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 24 Dec 2020 11:19:07 +0000 (+0100)
Subject: Update a comment in parse_http_url()
X-Git-Tag: v_3_0_30~166
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=5c0e4a1f6c77d47c8514f9c70c2b36748d0e598a;p=privoxy.git

Update a comment in parse_http_url()
---

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;