feat: disable envoy stream timeout

This commit is contained in:
fengcaiwen
2022-12-09 22:03:42 +08:00
parent 1004db36b9
commit 8356ff68d2
17 changed files with 155 additions and 76 deletions

View File

@@ -86,7 +86,7 @@ func (h *tunHandler) Handle(ctx context.Context, conn net.Conn) {
case <-ctx.Done():
h.chExit <- struct{}{}
default:
log.Warnf("next loop, err: %v", err)
log.Debugf("next loop, err: %v", err)
}
if err != nil {