feat: bump quic-go version to v0.35.1 (mod wip), change client config format for sni

This commit is contained in:
tobyxdd
2023-06-02 16:51:17 -07:00
parent 41f10a22c4
commit 5586303825
16 changed files with 31 additions and 44 deletions

View File

@@ -54,7 +54,7 @@ func NewServer(config *Config) (Server, error) {
type serverImpl struct {
config *Config
listener quic.Listener
listener *quic.Listener
}
func (s *serverImpl) Serve() error {