mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
fix broken http tcp like mode *1
This commit is contained in:
parent
f6faa93eff
commit
85017bc292
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ func (handler *httpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
err = handler.turboTunnelUDPLikeMode(conn, addr, protocol)
|
err = handler.turboTunnelUDPLikeMode(conn, addr, protocol)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue