You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing bytes field to backend response log (#494)
* Add missing bytes field to backend response log
* (docs) remove unknown utf8 chars and reformat tables
* (docs) add response.bytes field to backend log documentation
* Add content-length fallback
* rm obsolete key
* more checks in test
* handle timeout cancel select case
* fmt
* Fix missing token request within custom log context
* Fix possible timer deadlock
golang/go#27169
* cancel while reading results
* fire collected backend logStack at the end
endpoint handler has to many exits; even with panic recovers
* Add changelog entry
Co-authored-by: Alex Schneider <[email protected]>
*`url` attribute could make use of our wildcard pattern `/**` and relative urls in combination with a backend reference ([#480](https://github.com/avenga/couper/pull/480))
14
14
* Error handling for `backend`, `backend_openapi_validation` and `backend_timeout` error types ([#490](https://github.com/avenga/couper/pull/490))
15
+
*`response.bytes` log-field to backend logs if read from body, fallback is the `Content-Length` header ([#494](https://github.com/avenga/couper/pull/494))
0 commit comments