mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:54:15 +03:00
typos
This commit is contained in:
parent
12f101dfa2
commit
bc6473f454
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ static int test_h2_upgrade_extreme(int argc, char *argv[])
|
|||
if(msg->data.result == CURLE_SEND_ERROR ||
|
||||
msg->data.result == CURLE_RECV_ERROR) {
|
||||
/* We get these if the server had a GOAWAY in transit on
|
||||
* re-using a connection */
|
||||
* reusing a connection */
|
||||
}
|
||||
else if(msg->data.result) {
|
||||
curl_mfprintf(stderr, "transfer #%" CURL_FORMAT_CURL_OFF_T
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ static int test_tls_session_reuse(int argc, char *argv[])
|
|||
if(msg->data.result == CURLE_SEND_ERROR ||
|
||||
msg->data.result == CURLE_RECV_ERROR) {
|
||||
/* We get these if the server had a GOAWAY in transit on
|
||||
* re-using a connection */
|
||||
* reusing a connection */
|
||||
}
|
||||
else if(msg->data.result) {
|
||||
curl_mfprintf(stderr, "transfer #%" CURL_FORMAT_CURL_OFF_T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue