Release v1.441.
🚀 Enhancement
🔹 Client Cancellation Handling
- GoFr now returns HTTP 499 “Client Closed Request” when a request is canceled (
context.Canceled) and logs it at ERROR level.
🛠️ Fixes
-
Request Timeout Handling
Previously,
500status codes were received for context errors. GoFr now correctly returns HTTP 504 “Gateway Timeout” when a request exceeds its deadline (context.DeadlineExceeded) and logs it at ERROR level.