()
| 275 | } |
| 276 | |
| 277 | func (i *Imgproxy) ConditionalHeaders() *conditionalheaders.Factory { |
| 278 | return i.conditionalHeaders |
| 279 | } |
| 280 | |
| 281 | // startMemoryTicker starts a ticker that periodically frees memory and optionally logs memory stats |
| 282 | func (i *Imgproxy) startMemoryTicker(ctx context.Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected