[libsoup/hsts] Fixup remove obsolete comment about tls connections



commit aeac7298426f6c3b7a466a5af17a812b258e98c8
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Sep 26 15:42:12 2018 +0300

    Fixup remove obsolete comment  about tls connections

 libsoup/soup-hsts-enforcer.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/libsoup/soup-hsts-enforcer.c b/libsoup/soup-hsts-enforcer.c
index ed71861d..b00628a4 100644
--- a/libsoup/soup-hsts-enforcer.c
+++ b/libsoup/soup-hsts-enforcer.c
@@ -441,9 +441,6 @@ soup_hsts_enforcer_process_sts_header (SoupHSTSEnforcer *hsts_enforcer,
        SoupHSTSPolicy *policy;
        SoupURI *uri;
 
-       /* TODO if connection error or warnings received, do nothing. */
-       /* TODO if header received on hazardous connection, do nothing. */
-
        uri = soup_message_get_uri (msg);
 
        g_return_if_fail (uri != NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]