* Get pointer to entry's data. */
| 480 | * Get pointer to entry's data. |
| 481 | */ |
| 482 | static Dstr *Cache_data(CacheEntry_t *entry) |
| 483 | { |
| 484 | return entry->UTF8Data ? entry->UTF8Data : entry->Data; |
| 485 | } |
| 486 | |
| 487 | /** |
| 488 | * Change Content-Type for cache entry found by url. |
no outgoing calls
no test coverage detected