Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_keyid
Method
set_keyid
plugins/origin_server_auth/origin_server_auth.cc:449–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
_secret_len = strlen(s);
448
}
449
void
450
set_keyid(const char *s)
451
{
452
TSfree(_keyid);
453
_keyid = TSstrdup(s);
454
_keyid_len = strlen(s);
455
}
456
void
457
set_token(const char *s)
458
{
Callers
1
TSRemapNewInstance
Function · 0.80
Calls
2
TSfree
Function · 0.85
TSstrdup
Function · 0.85
Tested by
no test coverage detected