Does the browser reuse the SSL negotiation process (and/or the tcp connection) for additional resources? [migrated]
If a script tag https://domain.com/script.js is loaded to a website, and then in this script there are additional calls to the same domain, such as an AJAX (xhr) request to https://domain.com/another-resource, will the browser do the SSL n… Continue reading Does the browser reuse the SSL negotiation process (and/or the tcp connection) for additional resources? [migrated]