Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 10 of 10) sorted by relevance

/lighttpd1.4/src/
H A Dfdevent.c97 int fdevent_socket_cloexec(int domain, int type, int protocol) { in fdevent_socket_cloexec() argument
101 return socket(domain, type | SOCK_CLOEXEC, protocol); in fdevent_socket_cloexec()
103 if (-1 != (fd = socket(domain, type, protocol))) { in fdevent_socket_cloexec()
111 int fdevent_socket_nb_cloexec(int domain, int type, int protocol) { in fdevent_socket_nb_cloexec() argument
116 return socket(domain, type | SOCK_CLOEXEC | SOCK_NONBLOCK, protocol); in fdevent_socket_nb_cloexec()
119 fd = socket(domain, type | SOCK_CLOEXEC, protocol); in fdevent_socket_nb_cloexec()
127 if (-1 != (fd = socket(domain, type, protocol))) { in fdevent_socket_nb_cloexec()
H A Dfdevent.h84 int fdevent_socket_cloexec(int domain, int type, int protocol);
85 int fdevent_socket_nb_cloexec(int domain, int type, int protocol);
H A Dmod_nss.c3234 int protocol = 0; in parse_openssl_ciphers() local
3249 protocol = 0; in parse_openssl_ciphers()
3342 protocol |= SSLV3; in parse_openssl_ciphers()
3344 protocol |= TLSV1; in parse_openssl_ciphers()
3346 protocol |= TLSV1_2; in parse_openssl_ciphers()
3348 protocol |= TLSV1_3; in parse_openssl_ciphers()
3369 if (mask || strength || protocol) { in parse_openssl_ciphers()
3375 (ciphers_def[i].version & protocol)) && in parse_openssl_ciphers()
/lighttpd1.4/doc/outdated/
H A Dscgi.txt26 to configuration. Only the internal protocol between server
H A Daccesslog.txt74 %H request protocol (HTTP/1.0, ...)
H A Dperformance.txt81 protocol
185 * support for the HTTP/2 protocol (enabled by default in lighttpd 1.4.59) uses
187 protocol support: server.feature-flags += ("server.h2proto" => "disable")
H A Dconfiguration.txt448 server.protocol-http11
H A Dfastcgi.txt128 :"mode": is the FastCGI protocol mode.
/lighttpd1.4/
H A DREADME103 - Sends 505 for protocol != HTTP/1.0 or HTTP/1.1
H A DNEWS2412 * [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
2501 * [mod_wstunnel] websocket tunnel to other protocol
2695 * [mod_scgi] add uwsgi protocol support
3324 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)