Lines Matching full:hyper
25 /* Curl's integration with Hyper. This replaces certain functions in http.c,
54 #include <hyper.h>
258 * Hyper does not consider the status line, the first line in an HTTP/1
317 * Hyper does not pass on the last empty response header. The libcurl API
328 /* Hyper does chunked decoding itself. If it was added during in empty_header()
382 /* override Hyper's view, might not even be an error */ in Curl_hyper_stream()
390 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream()
424 /* hyper doesn't always call the body write callback */ in Curl_hyper_stream()
430 /* A background task for hyper; ignore */ in Curl_hyper_stream()
547 * be in the output), add to Hyper and send to the debug callback.
595 failf(data, "hyper refused to add header '%s'", line); in Curl_hyper_header()
632 failf(data, "error setting uri to hyper"); in request_target()
833 infof(data, "Time for the Hyper dance"); in Curl_http()
873 failf(data, "Couldn't create hyper IO"); in Curl_http()
877 /* tell Hyper how to read/write network data */ in Curl_http()
888 failf(data, "Couldn't create hyper executor"); in Curl_http()
896 failf(data, "Couldn't create hyper client options"); in Curl_http()
901 failf(data, "ALPN protocol h2 not supported with Hyper"); in Curl_http()
914 failf(data, "Couldn't create hyper client handshake"); in Curl_http()
1198 /* Hyper client reader, handling unpausing */
1200 "cr-hyper",