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