mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Protocol dep update because I screwed up previous one
This commit is contained in:
parent
d2e7a8004d
commit
d16b04b683
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/juju/ratelimit",
|
||||
"Rev": "faa59ce93750e747b2997635e8b7daf30024b1ac"
|
||||
"Rev": "772f5c38e468398c4511514f4f6aa9a4185bc0a0"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/kardianos/osext",
|
||||
@ -35,7 +35,7 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/syncthing/protocol",
|
||||
"Rev": "b29cfce29e9af56b07b311d27eedceff805f92e2"
|
||||
"Rev": "7996ef0d45b7743ff930048b6413b37b2c33cd85"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/syndtr/goleveldb/leveldb",
|
||||
|
2
Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go
generated
vendored
2
Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go
generated
vendored
@ -165,7 +165,7 @@ func NewConnection(deviceID DeviceID, reader io.Reader, writer io.Writer, receiv
|
||||
return wireFormatConnection{&c}
|
||||
}
|
||||
|
||||
// Start creates the goroutines for sending a receiving of messages. It must
|
||||
// Start creates the goroutines for sending and receiving of messages. It must
|
||||
// be called exactly once after creating a connection.
|
||||
func (c *rawConnection) Start() {
|
||||
go c.readerLoop()
|
||||
|
Loading…
Reference in New Issue
Block a user