mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +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.