Waylon

Results 2 comments of Waylon

After debugging the curielogger, I found it is the same problem as #860 , but now it is about the duplicate headers from `response` , not the `request` as #860...

Find the reason: Openresty put all values of the same headers to a `table`, which won't be recongnized by rust code(which needs parameter `herders` with type HashMap)。 I think concatenating...