1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-21 02:09:55 -04:00

remove use of KeepAlive

This commit is contained in:
Darien Raymond
2017-11-07 22:31:47 +01:00
parent 7cd2d62d06
commit cab5c10fc2
10 changed files with 4 additions and 34 deletions

View File

@@ -6,7 +6,6 @@ import (
"encoding/base64"
"io"
"net/http"
"runtime"
"strconv"
"strings"
"time"
@@ -185,8 +184,6 @@ func (s *Server) handleConnect(ctx context.Context, request *http.Request, reade
return newError("connection ends").Base(err)
}
runtime.KeepAlive(timer)
return nil
}