shelltea commented on issue #6132:
URL: https://github.com/apache/apisix/issues/6132#issuecomment-1015119538
@tzssangglass @leslie-tsang I restart APISIX and here is the logs:
```
2022/01/18 14:47:27 [error] 49#49: *246042 [lua] batch-requests.lua:263:
handler(): responses : { {
params = {
headers = {
["X-Real-IP"] = "11.20.19.20",
connection = "close",
host = "api.com",
["user-agent"] = "Paw/3.1.10 (Macintosh; OS X/10.13.4)
GCDHTTPRequest",
<metatable> = {
__index = <function 1>,
__newindex = <function 2>,
normalised = {
connection = "connection",
host = "host",
["proxy-authorization"] = "Proxy-Authorization",
["user-agent"] = "user-agent",
["x-real-ip"] = "X-Real-IP"
}
}
},
method = "GET",
path = "/v2/comments/detail",
query = {
commentId = "3231329",
pageNo = "1",
userId = "108580553"
},
ssl_verify = false,
version = 1.1,
<metatable> = {
__index = <1>{
method = "GET",
path = "/",
version = 1.1
}
}
},
response_read = false,
<metatable> = {
__index = <function 3>
}
}, {
params = {
headers = {
["X-Real-IP"] = "11.20.19.20",
connection = "close",
host = "api.com",
["user-agent"] = "Paw/3.1.10 (Macintosh; OS X/10.13.4)
GCDHTTPRequest",
<metatable> = {
__index = <function 4>,
__newindex = <function 5>,
normalised = {
connection = "connection",
host = "host",
["proxy-authorization"] = "Proxy-Authorization",
["user-agent"] = "user-agent",
["x-real-ip"] = "X-Real-IP"
}
}
},
method = "GET",
path = "/v2/comments/list",
query = {
businessId = "101155",
pageNo = "1",
userId = "108580553"
},
ssl_verify = false,
version = 1.1,
<metatable> = {
__index = <table 1>
}
},
response_read = false,
<metatable> = {
__index = <function 6>
}
} }, client: 11.20.19.20, server: _, request: "POST /apisix/batch-requests
HTTP/1.1", host: "api.com"
```
Thanks for help.
--
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]