Searched refs:HTTP_1_0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/apps/lib/
H A Dhttp_server.c39 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
512 int ret = BIO_printf(cbio, HTTP_1_0" 200 OK\r\n%s"
526 int ret = BIO_printf(cbio, HTTP_1_0" %d %s\r\n\r\n",
/freebsd-current/crypto/openssl/crypto/http/
H A Dhttp_client.c31 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
212 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0)
1324 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port);

Completed in 54 milliseconds