mscb402 commented on code in PR #8336:
URL: https://github.com/apache/apisix/pull/8336#discussion_r1027776109


##########
t/plugin/proxy-rewrite3.t:
##########
@@ -313,6 +313,57 @@ ngx.var.request_uri: /print_uri_detailed
                 }]]
                 )
 
+            if code >= 300 then
+                ngx.status = code
+            end
+            ngx.say(body)
+        }
+    }
+--- response_body
+passed
+
+
+
+=== TEST 13: rewrite X-Forwarded-Host

Review Comment:
   Nope, but this change is to remove duplicate sections from your advice.
   
   <img width="575" alt="image" 
src="https://user-images.githubusercontent.com/11229089/203016510-11a244cd-580b-4871-8906-0f4e0fc1e537.png";>
   



-- 
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]

Reply via email to