Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 659840
Collapse All | Expand All

(-)gdal-2.3.1/port/cpl_vsil_curl.cpp (-1 / +3 lines)
Lines 8617-8624 Link Here
8617
        if( poFSHandler )
8617
        if( poFSHandler )
8618
            poFSHandler->ClearCache();
8618
            poFSHandler->ClearCache();
8619
    }
8619
    }
8620
8620
#if !defined(HAVE_CURL) || defined(CPL_MULTIPROC_STUB)
8621
#else
8621
    VSICurlStreamingClearCache();
8622
    VSICurlStreamingClearCache();
8623
#endif
8622
}
8624
}
8623
8625
8624
#endif /* HAVE_CURL */
8626
#endif /* HAVE_CURL */

Return to bug 659840