MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / AddExtraHeaders

Function AddExtraHeaders

src/windows/NetworkerThread.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32int g_latestSSLError = 0; // HACK - used by httplib.h, to debug some weird issue
33
34bool AddExtraHeaders()
35{
36 return GetLocalSettings()->AddExtraHeaders();
37}
38
39int NetRequest::Priority() const
40{

Callers 1

FulfillRequestMethod · 0.85

Calls 2

GetLocalSettingsFunction · 0.85
AddExtraHeadersMethod · 0.80

Tested by

no test coverage detected