Lines Matching refs:httpversion
586 conn->httpversion > 11) {
1276 && conn->httpversion < 20) {
1592 if((data->state.httpversion == 10) || (conn->httpversion == 10))
1595 (conn->httpversion <= 10))
1623 (conn->httpversion < 20)) {
1821 else if((conn->httpversion >= 20) &&
1967 else if((conn->httpversion >= 20) &&
2417 if(conn->httpversion < 20)
3290 conn->httpversion < 20 &&
3353 if((conn->httpversion >= 20) && data->req.upload_chunky)
3484 else if((conn->httpversion == 10) &&
3498 else if((conn->httpversion == 11) &&
3511 else if((conn->httpversion == 10) &&
3743 enum alpnid id = (conn->httpversion == 30)? ALPN_h3 :
3744 (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1;
3772 data->info.httpversion = conn->httpversion;
3773 if(!data->state.httpversion ||
3774 data->state.httpversion > conn->httpversion)
3776 data->state.httpversion = conn->httpversion;
3793 if(conn->httpversion == 10) {
3800 else if(conn->httpversion == 20 ||
3807 else if(conn->httpversion >= 11 &&
4039 if(conn->httpversion == 11) {
4092 (conn->httpversion == 11) &&
4329 int httpversion = 0;
4341 httpversion = 10 + (p[1] - '0');
4361 httpversion = (*p - '0') * 10;
4383 switch(httpversion) {
4392 conn->httpversion = (unsigned char)httpversion;
4396 httpversion/10, httpversion%10);
4402 if(conn->httpversion != 20)
4405 if(conn->httpversion < 20) {
4420 conn->httpversion = 10;
4441 conn->httpversion = 11; /* RTSP acts like HTTP 1.1 */