Skip to content

Commit a8d3a6c

Browse files
committed
[test] fix failed test in apicast-policy-tls.t
In 1.21.4 openresty sock:handshake return cdata type instead of userdata Reference: openresty/lua-nginx-module#1602
1 parent d04eaad commit a8d3a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/apicast-policy-tls.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ content_by_lua_block {
7676
}
7777
--- response_body
7878
connected: 1
79-
ssl handshake: userdata
79+
ssl handshake: cdata
8080
HTTP/1.1 200 OK
8181
--- no_error_log
8282
[error]

0 commit comments

Comments
 (0)