mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-29 01:33:16 +03:00
curl: Pass cert chain on even if we get no headers
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
bb5d5562bc
commit
754e3f4f8c
@ -1310,6 +1310,10 @@ static void fetch_curl_done(CURL *curl_handle, CURLcode result)
|
|||||||
|
|
||||||
fetch_curl_stop(f);
|
fetch_curl_stop(f);
|
||||||
|
|
||||||
|
if (f->sent_ssl_chain == false) {
|
||||||
|
fetch_curl_report_certs_upstream(f);
|
||||||
|
}
|
||||||
|
|
||||||
if (abort_fetch) {
|
if (abort_fetch) {
|
||||||
; /* fetch was aborted: no callback */
|
; /* fetch was aborted: no callback */
|
||||||
} else if (finished) {
|
} else if (finished) {
|
||||||
|
Loading…
Reference in New Issue
Block a user