This website requires JavaScript.
Explore
Help
Sign In
go-packages
/
iris
Watch
1
Star
0
Fork
0
You've already forked iris
mirror of
https://github.com/kataras/iris.git
synced
2025-03-13 23:56:29 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2786ca1960
iris
/
VERSION
1 line
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Push v8.2.4, it contains a bugfix for `StaticWeb` with gzip | Read HISTORY.md Maybe we'll have to investigate it more some time, but for now I think we are ok, it's working as expected except the content-length canno be reported because we get the compressed size after the gzip writer.Write and we can't send headers after its underline writer which is the ResponseWriter, a solution for that is to use a temp bytes.Buffer but this will slow down the performance, users who need to know the size can use a temp writer instead for theirselves. Former-commit-id: a4400ca5db526998a646fd5880ca67358fa72c0f
2017-08-12 08:08:42 +02:00
8.2.4:https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-august-2017--v824
Reference in New Issue
Copy Permalink