fix/optimize: fix https h2 problem and add h2 mutiplex

This commit is contained in:
mzz2017
2023-03-27 21:44:13 +08:00
parent cc50bea0fc
commit d85e7080fe
5 changed files with 13 additions and 12 deletions

View File

@ -86,7 +86,6 @@ func (d *Dialer) Close() error {
d.ticker.Stop()
}
d.tickerMu.Unlock()
close(d.checkCh)
return nil
}