Lines Matching refs:status
711 /* nghttp2 guarantees that :status is received, and we store it to
713 without status code having been set. */
716 /* Only final status code signals the end of header */
717 CURL_TRC_CF(data, cf, "[%d] got http status: %d",
718 stream_id, ctx->tunnel.resp->status);
720 if(ctx->tunnel.resp->status / 100 != 1) {
773 /* status: always comes first, we might get more than one response,
784 CURL_TRC_CF(data, cf, "[%d] status: HTTP/2 %03d",
785 stream_id, ctx->tunnel.resp->status);
986 if(ts->resp->status/100 == 2) {
987 infof(data, "CONNECT tunnel established, response %d", ts->resp->status);
992 if(ts->resp->status == 401) {
995 else if(ts->resp->status == 407) {
1002 result = Curl_http_input_auth(data, ts->resp->status == 407,