Searched refs:protocol (Results 1 – 10 of 10) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | fdevent.c | 97 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 D | fdevent.h | 84 int fdevent_socket_cloexec(int domain, int type, int protocol); 85 int fdevent_socket_nb_cloexec(int domain, int type, int protocol);
|
| H A D | mod_nss.c | 3234 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 D | scgi.txt | 26 to configuration. Only the internal protocol between server
|
| H A D | accesslog.txt | 74 %H request protocol (HTTP/1.0, ...)
|
| H A D | performance.txt | 81 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 D | configuration.txt | 448 server.protocol-http11
|
| H A D | fastcgi.txt | 128 :"mode": is the FastCGI protocol mode.
|
| /lighttpd1.4/ |
| H A D | README | 103 - Sends 505 for protocol != HTTP/1.0 or HTTP/1.1
|
| H A D | NEWS | 2412 * [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)
|