mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 16:41:54 +08:00
- Modify error response writing to use explicit WriteHeader and Write methods - Remove redundant WriteHeader call in ServeHTTP method - Add WriteHeader before writing response for both small and large responses - Enhance code readability and error handling consistency