Skip to content

Commit 4abf412

Browse files
committed
debug
1 parent d777d43 commit 4abf412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/gm.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ SSL_do_handshake() failed
353353
if ngx.shared.done:get("handshake") then
354354
local out = f:read('*a')
355355
ngx.log(ngx.INFO, out)
356-
ngx.say("ok")
356+
ngx.say("ok", out)
357357
f:close()
358358
return
359359
end
@@ -369,3 +369,5 @@ New, TLSv1.2, Cipher is ECDHE-RSA-AES256-GCM-SHA384
369369
[error]
370370
[alert]
371371
[emerg]
372+
--- response_body
373+
123

0 commit comments

Comments
 (0)