shreemaan-abhishek commented on code in PR #12935:
URL: https://github.com/apache/apisix/pull/12935#discussion_r3231856732
##########
t/stream-node/tls.t:
##########
@@ -66,6 +90,8 @@ __DATA__
if code >= 300 then
ngx.status = code
+ ngx.say(body)
+ return
Review Comment:
ditto
##########
t/stream-node/tls.t:
##########
@@ -49,6 +72,7 @@ __DATA__
if code >= 300 then
ngx.status = code
+ ngx.say(body)
Review Comment:
why do we need this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]