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

Function TSFetchFlagSet

src/api/InkAPI.cc:6637–6642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6635}
6636
6637void
6638TSFetchFlagSet(TSFetchSM fetch_sm, int flags)
6639{
6640 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6641 (reinterpret_cast<FetchSM *>(fetch_sm))->set_fetch_flags(flags);
6642}
6643
6644TSFetchSM
6645TSFetchCreate(TSCont contp, const char *method, const char *url, const char *version, struct sockaddr const *client_addr, int flags)

Callers

nothing calls this directly

Calls 2

set_fetch_flagsMethod · 0.80

Tested by

no test coverage detected