File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 include :
18- - name : " nginx 1.29.8 + OpenSSL"
19- NGINX_VERSION : " 1.29.8 "
18+ - name : " nginx 1.31.0 + OpenSSL"
19+ NGINX_VERSION : " 1.31.0 "
2020 TEST_NGINX_TIMEOUT : " 5"
2121
22- - name : " nginx 1.29.8 + OpenSSL + HTTP/2"
23- NGINX_VERSION : " 1.29.8 "
22+ - name : " nginx 1.31.0 + OpenSSL + HTTP/2"
23+ NGINX_VERSION : " 1.31.0 "
2424 TEST_NGINX_TIMEOUT : " 5"
2525 TEST_NGINX_USE_HTTP2 : " 1"
2626
27- - name : " nginx 1.29.8 + OpenSSL + HTTP/3"
28- NGINX_VERSION : " 1.29.8 "
27+ - name : " nginx 1.31.0 + OpenSSL + HTTP/3"
28+ NGINX_VERSION : " 1.31.0 "
2929 TEST_NGINX_USE_HTTP3 : " 1"
3030 TEST_NGINX_QUIC_IDLE_TIMEOUT : " 3"
3131
32- - name : " nginx 1.29.8 + BoringSSL + HTTP/3"
33- NGINX_VERSION : " 1.29.8 "
32+ - name : " nginx 1.31.0 + BoringSSL + HTTP/3"
33+ NGINX_VERSION : " 1.31.0 "
3434 BORINGSSL : " 1"
3535 TEST_NGINX_USE_HTTP3 : " 1"
3636 TEST_NGINX_QUIC_IDLE_TIMEOUT : " 3"
Original file line number Diff line number Diff line change @@ -792,6 +792,7 @@ qr/lua tcp socket connection pool size: 25\b/]
792792 }
793793
794794 location /foo {
795+ keepalive_timeout 60 s;
795796 echo foo;
796797 }
797798
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ GET /t
735735--- response_body eval
736736qr/502 Bad Gateway/
737737--- no_error_log
738- [error ]
738+ [crit ]
739739--- error_log eval
740- qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*SSL alert number 120\) while SSL handshaking to upstream/
740+ qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*alert number 120\) while SSL handshaking to upstream/
741741--- skip_nginx: 4: < 1.29.4
You can’t perform that action at this time.
0 commit comments