1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-28 21:01:49 +00:00
Beego/context
JessonChan 499e2b59e4 compress method fixed
in http,the deflate is zlib compress method accoding to the sec
http://tools.ietf.org/html/rfc2616#section-3.5
The "zlib" format defined in RFC 1950 [31] in combination with
        the "deflate" compression mechanism described in RFC 1951 [29].
2015-12-15 11:34:26 +08:00
..
acceptencoder_test.go refactor encoder package 2015-11-11 13:47:36 +08:00
acceptencoder.go compress method fixed 2015-12-15 11:34:26 +08:00
context.go pool.Put 2015-12-11 00:20:17 +08:00
input_test.go Fix subdomain, add test, space and comment fix 2014-12-17 12:06:53 +08:00
input.go use sync.Pool to reuse Context 2015-12-10 21:59:54 +08:00
output.go use sync.Pool to reuse Context 2015-12-10 21:59:54 +08:00