MCPcopy Create free account
hub / github.com/apache/trafficserver / ts_lua_http_resp_cache_untransformed

Function ts_lua_http_resp_cache_untransformed

plugins/lua/ts_lua_http.cc:684–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684static int
685ts_lua_http_resp_cache_untransformed(lua_State *L)
686{
687 int action;
688 ts_lua_http_ctx *http_ctx;
689
690 GET_HTTP_CONTEXT(http_ctx, L);
691
692 action = luaL_checkinteger(L, 1);
693
694 TSHttpTxnUntransformedRespCache(http_ctx->txnp, action);
695
696 return 0;
697}
698
699static int
700ts_lua_http_get_client_protocol_stack(lua_State *L)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected