Descriptiongo.crypto/ssh: use a separate channel for out-of-band
requests.
ChannelRequests are not synchronized with incoming data, so it
is more natural to treat them through a separate API method.
This is an API change: callers must service
channel.IncomingRequests() rather than typecasting the
channel.Read() error.
Patch Set 1 #Patch Set 2 : diff -r e3c12cab1b35 https://code.google.com/p/go.crypto #Patch Set 3 : diff -r e3c12cab1b35 https://code.google.com/p/go.crypto #
Total comments: 1
Patch Set 4 : diff -r 213a06a7ce81 https://code.google.com/p/go.crypto #Patch Set 5 : diff -r 213a06a7ce81 https://code.google.com/p/go.crypto #
Total comments: 5
MessagesTotal messages: 15
|
||||||||||||||||||||||||||||||||||||||||||||||