aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 94d2cc00c..187c0a43d 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1277,7 +1277,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
check<1000L?(int)check:1000)) {
case -1: /* select() error, stop reading */
error = SELECT_ERROR;
- failf(data, "Proxy CONNECT aborted due to select() error");
+ failf(data, "Proxy CONNECT aborted due to select/poll error");
break;
case 0: /* timeout */
break;