diff --git a/internal/server/server.go b/internal/server/server.go index 313e9c6..5041491 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -13,7 +13,6 @@ import ( proto "git.xeserv.us/xena/route/proto" "github.com/Xe/ln" "github.com/mtneug/pkg/ulid" - "github.com/oxtoacart/bpool" kcp "github.com/xtaci/kcp-go" "golang.org/x/crypto/acme/autocert" "golang.org/x/net/context" @@ -192,7 +191,6 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { Director: s.Director, Transport: s.ts, FlushInterval: 1 * time.Second, - BufferPool: bpool.NewBytePool(256, 4096), } rp.ServeHTTP(w, r)