Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines

This commit is contained in:
世界
2026-08-30 17:41:39 +08:00
parent 3f242a7114
commit 2515811356
111 changed files with 14958 additions and 2588 deletions
+1 -4
View File
@@ -141,10 +141,7 @@ func (t *HTTPSTransport) Start(stage adapter.StartStage) error {
}
func (t *HTTPSTransport) Close() error {
t.transportAccess.Lock()
defer t.transportAccess.Unlock()
t.transport.CloseIdleConnections()
t.transport = t.transport.Clone()
t.Reset()
return nil
}