Lines Matching refs:failf
118 failf(data, "%s cannot be done over CONNECT", cf->conn->handler->scheme); in tunnel_init()
246 failf(data, "Failed sending CONNECT to proxy"); in start_CONNECT()
283 failf(data, "Failed sending CONNECT to proxy"); in send_CONNECT()
413 failf(data, "Proxy CONNECT aborted"); in recv_CONNECT_resp()
451 failf(data, "CONNECT response too large"); in recv_CONNECT_resp()
591 failf(data, "Couldn't create hyper IO"); in start_CONNECT()
609 failf(data, "Couldn't create hyper executor"); in start_CONNECT()
617 failf(data, "Couldn't create hyper client options"); in start_CONNECT()
630 failf(data, "Couldn't create hyper client handshake"); in start_CONNECT()
638 failf(data, "Couldn't hyper_executor_push the handshake"); in start_CONNECT()
646 failf(data, "Couldn't hyper_executor_poll the handshake"); in start_CONNECT()
656 failf(data, "Couldn't hyper_request_new"); in start_CONNECT()
662 failf(data, "error setting method"); in start_CONNECT()
680 failf(data, "error setting path"); in start_CONNECT()
704 failf(data, "error setting HTTP version"); in start_CONNECT()
711 failf(data, "hyper_request_headers"); in start_CONNECT()
760 failf(data, "hyper_clientconn_send"); in start_CONNECT()
767 failf(data, "Couldn't hyper_executor_push the send"); in start_CONNECT()
825 failf(data, "Hyper: %.*s", (int)errlen, errbuf); in send_CONNECT()
881 failf(data, "Proxy CONNECT aborted due to timeout"); in H1_CONNECT()
961 failf(data, "CONNECT tunnel failed, response %d", data->req.httpcode); in H1_CONNECT()