MCPcopy Create free account
hub / github.com/acl-dev/acl / http_util_set_req_connection

Function http_util_set_req_connection

lib_protocol/src/http/http_util.c:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void http_util_set_req_connection(HTTP_UTIL *http_util, const char *value)
130{
131 if (value == NULL || *value == 0)
132 return;
133 http_hdr_entry_replace(&http_util->hdr_req->hdr, "Connection", value, 1);
134}
135
136void http_util_set_req_refer(HTTP_UTIL *http_util, const char *refer)
137{

Callers

nothing calls this directly

Calls 1

http_hdr_entry_replaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…