Add TLS/SSL interception support
[privoxy.git] / parsers.c
index 699ae7c..f56345f 100644 (file)
--- a/parsers.c
+++ b/parsers.c
@@ -4429,8 +4429,6 @@ jb_err get_destination_from_headers(const struct list *headers, struct http_requ
    char *p;
    char *host;
 
-   assert(!http->ssl);
-
    host = get_header_value(headers, "Host:");
 
    if (NULL == host)