update: macaron cores,gzip,session (#10522)

Co-authored-by: zeripath <art27@cantab.net>
此提交包含在:
6543
2020-02-28 10:51:18 +01:00
提交者 GitHub
co-authored by zeripath
父節點 694f44660f
當前提交 8d2059a201
共有 47 個檔案被更改,包括 2154 行新增349 行删除
+2 -1
查看文件
@@ -151,7 +151,8 @@ func CORS(options ...Options) macaron.Handler {
}
})
if reqOptions {
ctx.Status(200) // return response
ctx.Resp.WriteHeader(200) // return response
return
}
}
}