Skip to content

Commit f4c76d8

Browse files
tests: improve compatibility for http2 upstream test cases.
1 parent afeb717 commit f4c76d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

t/138-balancer.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ hello world: HTTP/2.0
698698
--- no_error_log
699699
[error]
700700
[crit]
701+
--- skip_nginx: 4: < 1.29.4
701702
702703
703704
@@ -736,3 +737,4 @@ qr/502 Bad Gateway/
736737
[error]
737738
--- error_log eval
738739
qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*SSL alert number 120\) while SSL handshaking to upstream/
740+
--- skip_nginx: 4: < 1.29.4

util/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ time ngx-build $force $version \
3737
--with-http_ssl_module \
3838
--add-module=$root/../ndk-nginx-module \
3939
--add-module=$root/../set-misc-nginx-module \
40-
--with-ld-opt="-L$PCRE2_LIB -L$OPENSSL_LIB -Wl,-rpath,$PCRE2_LIB:$LIBDRIZZLE_LIB:$OPENSSL_LIB" \
40+
--with-ld-opt="-L$PCRE2_LIB -L$OPENSSL_LIB -L$LUAJIT_LIB -Wl,-rpath,$PCRE2_LIB:$LIBDRIZZLE_LIB:$OPENSSL_LIB:$LUAJIT_LIB" \
4141
--without-mail_pop3_module \
4242
--without-mail_imap_module \
4343
--with-http_image_filter_module \

0 commit comments

Comments
 (0)