mcdullbloom commented on issue #6799:
URL: https://github.com/apache/apisix/issues/6799#issuecomment-1092495352
> @mcdullbloom Is it possible to reproduce the problem with the latest 2.13
release? The 2.4 is released for more than 1 year and we have applied many
bugfixes after it.
@spacewander we can't change from 2.4 to 2.13 immediately for it's our
production env.
By the way,shouldn't the `api_ctx` be nil at the beginning of the
`http_access_phase` ? `core.tablepool.fetch` may use a exsit table
```
function _M.http_access_phase()
local ngx_ctx = ngx.ctx
-- always fetch table from the table pool, we don't need a reused api_ctx
local api_ctx = core.tablepool.fetch("api_ctx", 0, 32)
```
--
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]