io.ReadAll errors were silently discarded with `body, _ := io.ReadAll(...)`, which could cause empty or partial data to be used for JSON unmarshaling or error messages. This adds proper error checks for all instances. |
||
|---|---|---|
| .. | ||
| auth_config.go | ||
| auth_config_test.go | ||
| auth_handlers.go | ||
| logbuffer.go | ||
| logbuffer_test.go | ||
| process.go | ||
| server.go | ||
| server_test.go | ||
| utils.go | ||