forked from Ivasoft/traefik
Extreme Makeover: server refactoring
This commit is contained in:
committed by
Traefiker Bot
parent
bddb4cc33c
commit
eac20d61df
@@ -2,7 +2,7 @@ package server
|
||||
|
||||
import "sync"
|
||||
|
||||
const bufferPoolSize int = 32 * 1024
|
||||
const bufferPoolSize = 32 * 1024
|
||||
|
||||
func newBufferPool() *bufferPool {
|
||||
return &bufferPool{
|
||||
|
||||
Reference in New Issue
Block a user