Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Sep 2, 2023
1 parent 3d787ad commit bbfc3c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package quickws

import (
"net/http"
"time"

"github.com/antlabs/wsutil/enum"
Expand All @@ -37,7 +36,6 @@ type Config struct {
maxDelayWriteNum int32 // 最大延迟包的个数, 默认值为10
delayWriteInitBufferSize int32 // 延迟写入的初始缓冲区大小, 默认值是8k
maxDelayWriteDuration time.Duration // 最大延迟时间, 默认值是10ms
bindClientHttpHeader *http.Header // 握手成功之后, 客户端获取http.Header,
}

func (c *Config) initPayloadSize() int {
Expand Down

0 comments on commit bbfc3c9

Please sign in to comment.