Baoyuantop commented on code in PR #12843:
URL: https://github.com/apache/apisix/pull/12843#discussion_r2726763368


##########
apisix/plugins/proxy-rewrite.lua:
##########
@@ -275,15 +275,27 @@ function _M.rewrite(conf, ctx)
         end
     end
 
+    -- normalized uri (without query string)
     local upstream_uri = ctx.var.uri
     local separator_escaped = false
+
+    local query_string = ""
+    -- When use_real_request_uri_unsafe is true, we use real_request_uri 
directly

Review Comment:
   Please simplify the comments.



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