[Privoxy-commits] [privoxy] 04/11: Update a comment in parse_http_url()
    User Git 
    git at git.privoxy.org
       
    Sat Jan  2 12:55:50 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 5c0e4a1f6c77d47c8514f9c70c2b36748d0e598a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 24 12:19:07 2020 +0100
    Update a comment in parse_http_url()
---
 urlmatch.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
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;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list