MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / read_callback

Method read_callback

Network/HttpClient.cpp:196–199  ·  view source on GitHub ↗

Callback function to read data.. un-hangs logout request for some reason if we specify a read callback on curl request

Source from the content-addressed store, hash-verified

194
195// Callback function to read data.. un-hangs logout request for some reason if we specify a read callback on curl request
196size_t HttpClient::read_callback(void* ptr, size_t size, size_t nmemb, void* userdata)
197{
198 return 0;
199}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected