]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: ensure initial window advertisement is not lost
authorDave Cheney <dave@cheney.net>
Sun, 13 Nov 2011 17:13:46 +0000 (12:13 -0500)
committerAdam Langley <agl@golang.org>
Sun, 13 Nov 2011 17:13:46 +0000 (12:13 -0500)
commit90ec203318a167505ae1038bdcdc7d2ce664a1eb
treede066e642bbc07589ae63c600e5b7702189f5e3a
parent06ef97e15d8952d46118427d4e93b490d0366fa8
exp/ssh: ensure initial window advertisement is not lost

Some remote servers send a 0 window size in the channel
open confirm msg, others send a non zero window size. Make
sure this initial advertisement is not lost.

R=agl, rsc, cw
CC=golang-dev
https://golang.org/cl/5372083
src/pkg/exp/ssh/client.go