mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-24 17:54:57 +01:00
- Introduced a sync.Pool for ResponseRecorder to optimize memory usage. - Updated ServeHTTP method to utilize the new GetResponseRecorder and PutResponseRecorder functions. - Adjusted NewResponseRecorder to leverage the pooling mechanism.