mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- Replace full response body reading with streaming cache mechanism - Add CreateTemp and Commit methods to CacheManager for incremental caching - Use io.TeeReader to simultaneously write response to client and cache file - Remove buffer pool and full body reading in proxy and mirror handlers - Improve memory efficiency and reduce latency for large responses - Update error handling and logging for cache-related operations