mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Broker: add warning log when proxy couldn't mach with client
This commit is contained in:
parent
6c431800b0
commit
88608ad44a
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ func (i *IPC) ProxyAnswers(arg messages.Arg, response *[]byte) error {
|
||||||
// The snowflake took too long to respond with an answer, so its client
|
// The snowflake took too long to respond with an answer, so its client
|
||||||
// disappeared / the snowflake is no longer recognized by the Broker.
|
// disappeared / the snowflake is no longer recognized by the Broker.
|
||||||
success = false
|
success = false
|
||||||
|
log.Printf("Warning: matching with snowflake client failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
b, err := messages.EncodeAnswerResponse(success)
|
b, err := messages.EncodeAnswerResponse(success)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue