mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 10:00:25 +08:00
保存L2节点数据时同时记录缓存时间
This commit is contained in:
@@ -1557,7 +1557,7 @@ func (this *HTTPRequest) fixRequestHeader(header http.Header) {
|
||||
|
||||
// 处理自定义Response Header
|
||||
func (this *HTTPRequest) processResponseHeaders(statusCode int) {
|
||||
responseHeader := this.writer.Header()
|
||||
var responseHeader = this.writer.Header()
|
||||
|
||||
// 删除/添加/替换Header
|
||||
// TODO 实现AddTrailers
|
||||
|
||||
Reference in New Issue
Block a user