View | Details | Raw Unified | Return to bug 194483 | Differences between
and this patch

Collapse All | Expand All

(-)http.c (-1 / +1 lines)
Lines 1432-1438 Link Here
1432
			default:
1432
			default:
1433
				/* ignore */ ;
1433
				/* ignore */ ;
1434
			}
1434
			}
1435
		} while (h < hdr_end);
1435
		} while (h > hdr_end);
1436
	}
1436
	}
1437
	if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 &&
1437
	if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 &&
1438
	    fetch_ssl(conn, URL, verbose) == -1) {
1438
	    fetch_ssl(conn, URL, verbose) == -1) {

Return to bug 194483