Files
drip/internal
Gouryella 3bc7978999 fix(proxy): Improves response handling for health check and statistics interfaces.
Replace json.NewEncoder.Encode with json.Marshal and w.Write.
Add a Content-Length header to ensure the integrity and correctness of the response data.
At the same time, error handling is enhanced to avoid potential coding failures.
2025-12-08 15:51:02 +08:00
..