mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-21 06:19:29 +08:00
feat: disable envoy stream timeout
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user