mirror of
https://github.com/curl/curl.git
synced 2025-09-18 01:52:41 +03:00
spellfixed comments
This commit is contained in:
parent
574e911375
commit
e35187741b
11
lib/http.c
11
lib/http.c
|
@ -1133,11 +1133,10 @@ CURLcode Curl_http_connect(struct connectdata *conn)
|
||||||
|
|
||||||
data=conn->data;
|
data=conn->data;
|
||||||
|
|
||||||
/* If we are not using a proxy and we want a secure connection,
|
/* If we are not using a proxy and we want a secure connection, perform SSL
|
||||||
* perform SSL initialization & connection now.
|
* initialization & connection now. If using a proxy with https, then we
|
||||||
* If using a proxy with https, then we must tell the proxy to CONNECT
|
* must tell the proxy to CONNECT to the host we want to talk to. Only
|
||||||
* us to the host we want to talk to. Only after the connect
|
* after the connect has occured, can we start talking SSL
|
||||||
* has occured, can we start talking SSL
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(conn->bits.tunnel_proxy) {
|
if(conn->bits.tunnel_proxy) {
|
||||||
|
@ -1224,7 +1223,7 @@ CURLcode Curl_http_done(struct connectdata *conn,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_http() gets called from the generic Curl_do() function when a HTTP
|
* Curl_http() gets called from the generic Curl_do() function when a HTTP
|
||||||
* request is to be performed. This creates and sends a propperly constructed
|
* request is to be performed. This creates and sends a properly constructed
|
||||||
* HTTP request.
|
* HTTP request.
|
||||||
*/
|
*/
|
||||||
CURLcode Curl_http(struct connectdata *conn)
|
CURLcode Curl_http(struct connectdata *conn)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user