enhanced conneciton upgrade handling in http proxy code

This commit is contained in:
2024-12-25 02:14:47 +09:00
parent c1f7c5d4c2
commit 2424a63db9
4 changed files with 123 additions and 150 deletions

View File

@ -64,7 +64,7 @@ func (spc *ServerPeerConn) RunTask(wg *sync.WaitGroup) {
goto done_without_stop
}
tmr = time.NewTimer(2 * time.Second) // TODO: make this configurable...
tmr = time.NewTimer(4 * time.Second) // TODO: make this configurable...
wait_for_started:
for {
select {