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

Function TSHttpTxnServerReqBodyBytesGet

src/api/InkAPI.cc:5336–5343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5334}
5335
5336int64_t
5337TSHttpTxnServerReqBodyBytesGet(TSHttpTxn txnp)
5338{
5339 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
5340
5341 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
5342 return sm->server_request_body_bytes;
5343}
5344
5345int
5346TSHttpTxnServerRespHdrBytesGet(TSHttpTxn txnp)

Callers 3

doTxnCloseMethod · 0.85

Calls 1

sdk_sanity_check_txnFunction · 0.85

Tested by

no test coverage detected