Skip to content

Commit e22651c

Browse files
StarlightIbukipintsized
authored andcommitted
Update lib/resty/http.lua
1 parent f94c18c commit e22651c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resty/http.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ local function _format_request(self, params)
315315
if type(query) == "table" then
316316
query = ngx_encode_args(query)
317317
end
318-
319318
if query ~= "" and str_sub(query, 1, 1) ~= "?" then
320319
query = "?" .. query
321320
end

0 commit comments

Comments
 (0)