Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/5efc6407d35fb47885ae6234a6e76bb3badd1b31
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/5efc6407d35fb47885ae6234a6e76bb3badd1b31
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/5efc6407d35fb47885ae6234a6e76bb3badd1b31

The branch, master has been updated
       via  5efc6407d35fb47885ae6234a6e76bb3badd1b31 (commit)
      from  103c015784a73e86b120e2e26b3906c6787209ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=5efc6407d35fb47885ae6234a6e76bb3badd1b31
commit 5efc6407d35fb47885ae6234a6e76bb3badd1b31
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Revert "Disable SSL session ID caching."
    
    This reverts commit debe0e345bf453a58bf319a84d5845cce6b38d8e.

diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index a6146ed..4033579 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -646,9 +646,6 @@ static CURLcode fetch_curl_set_options(struct 
curl_fetch_info *f)
                SETOPT(CURLOPT_PROXY, NULL);
        }
 
-       /* Disable SSL session ID caching, as some servers can't cope. */
-       SETOPT(CURLOPT_SSL_SESSIONID_CACHE, 0);
-
        if (urldb_get_cert_permissions(f->url)) {
                /* Disable certificate verification */
                SETOPT(CURLOPT_SSL_VERIFYPEER, 0L);


-----------------------------------------------------------------------

Summary of changes:
 content/fetchers/curl.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index a6146ed..4033579 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -646,9 +646,6 @@ static CURLcode fetch_curl_set_options(struct 
curl_fetch_info *f)
                SETOPT(CURLOPT_PROXY, NULL);
        }
 
-       /* Disable SSL session ID caching, as some servers can't cope. */
-       SETOPT(CURLOPT_SSL_SESSIONID_CACHE, 0);
-
        if (urldb_get_cert_permissions(f->url)) {
                /* Disable certificate verification */
                SETOPT(CURLOPT_SSL_VERIFYPEER, 0L);


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to