1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-25 21:05:56 +00:00
Gerasimos (Makis) Maropoulos
2020-09-10 11:24:23 +03:00
parent 333be428c4
commit cf0338d342
4 changed files with 110 additions and 40 deletions

View File

@@ -364,6 +364,8 @@ Response:
Other Improvements:
- Fix [#1621](https://github.com/kataras/iris/issues/1621) and add a new `cache.WithKey` to customize the cached entry key.
- Add a `Response() *http.Response` to the Response Recorder.
- Fix Response Recorder `Flush` when transfer-encoding is `chunked`.
- Fix Response Recorder `Clone` concurrent access afterwards.