mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Snowflake client now using a reconnect loop (#12)
This commit is contained in:
parent
eb7eb04ac0
commit
f205a0be59
2 changed files with 93 additions and 62 deletions
|
@ -38,6 +38,10 @@ func TestConnect(t *testing.T) {
|
|||
So(c.buffer.Bytes(), ShouldEqual, nil)
|
||||
So(mock.destination.Bytes(), ShouldResemble, []byte("test"))
|
||||
})
|
||||
|
||||
Convey("Connect Loop", func() {
|
||||
// TODO
|
||||
})
|
||||
})
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue