fix
This commit is contained in:
parent
72543d519f
commit
2b30911ec6
|
@ -49,7 +49,8 @@ var (
|
||||||
CheckOrigin: func(r *http.Request) bool {
|
CheckOrigin: func(r *http.Request) bool {
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
WriteBufferPool: &buffPool,
|
WriteBufferPool: &buffPool,
|
||||||
|
EnableCompression: true,
|
||||||
}
|
}
|
||||||
//连接map池
|
//连接map池
|
||||||
mapConnPool = sync.Map{}
|
mapConnPool = sync.Map{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user