han...@google.com
unread,Nov 19, 2013, 5:45:02 AM11/19/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to a...@golang.org, da...@cheney.net, jps...@google.com, a...@golang.org, da...@cheney.net, golan...@googlegroups.com, jps...@google.com, re...@codereview-hr.appspotmail.com
Reviewers: agl1, dfc, jpsugar,
Message:
Hello agl1,
da...@cheney.net,
jps...@google.com (cc:
a...@golang.org,
da...@cheney.net,
golan...@googlegroups.com,
han...@google.com,
jps...@google.com),
I'd like you to review this change to
https://hanwen%
40goog...@code.google.com/p/gosshnew/
Description:
gosshnew/ssh: drop redundant window update in test.
Please review this at
https://codereview.appspot.com/28630043/
Affected files (+0, -4 lines):
M ssh/session_test.go
Index: ssh/session_test.go
===================================================================
--- a/ssh/session_test.go
+++ b/ssh/session_test.go
@@ -533,10 +533,6 @@
func discardHandler(ch *channel, t *testing.T) {
defer ch.Close()
- // grow the window to avoid being fooled by
- // the initial 1 << 14 window.
- ch.adjustWindow(1024 * 1024)
-
io.Copy(ioutil.Discard, ch)
}