Home | History | Annotate | Download | only in libevent

Lines Matching defs:protocol

474 		 * if the protocol is 1.0; and the connection was keep-alive
1214 char *protocol;
1218 protocol = strsep(&line, " ");
1226 if (strcmp(protocol, "HTTP/1.0") == 0) {
1229 } else if (strcmp(protocol, "HTTP/1.1") == 0) {
1233 event_debug(("%s: bad protocol \"%s\"",
1234 __func__, protocol));
1811 /* Set the protocol version if it is not supplied */