spacewander commented on code in PR #7014: URL: https://github.com/apache/apisix/pull/7014#discussion_r869813043
########## apisix/stream/xrpc/runner.lua: ########## @@ -38,6 +38,22 @@ local function open_session(conn_ctx) end +local function put_req_ctx(session, ctx) Review Comment: I get the idea of these verbs from Go's sync.Pool: https://riptutorial.com/go/example/16314/sync-pool -- 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]
