fix broken http tcp like mode *1

This commit is contained in:
Shelikhoo 2025-02-24 16:14:13 +00:00
parent f6faa93eff
commit 85017bc292
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC

View file

@ -117,6 +117,7 @@ func (handler *httpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
log.Println(err)
return
}
return
}
err = handler.turboTunnelUDPLikeMode(conn, addr, protocol)