On Fri, Nov 23, 2012 at 9:53 AM, wrote:
Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/go
Description:
http/transport.go: trivial comment error.
Please review this at http://codereview.appspot.com/**6856078/<http://codereview.appspot.com/6856078/>
Affected files:
M src/pkg/net/http/transport.go
Index: src/pkg/net/http/transport.go
==============================**==============================**=======
--- a/src/pkg/net/http/transport.**go
+++ b/src/pkg/net/http/transport.**go
@@ -71,7 +71,7 @@
DisableCompression bool
// MaxIdleConnsPerHost, if non-zero, controls the maximum idle
- // (keep-alive) to keep to keep per-host. If zero,
+ // (keep-alive) to keep per-host. If zero,
// DefaultMaxIdleConnsPerHost is used.
MaxIdleConnsPerHost int
}
Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/go
Description:
http/transport.go: trivial comment error.
Please review this at http://codereview.appspot.com/**6856078/<http://codereview.appspot.com/6856078/>
Affected files:
M src/pkg/net/http/transport.go
Index: src/pkg/net/http/transport.go
==============================**==============================**=======
--- a/src/pkg/net/http/transport.**go
+++ b/src/pkg/net/http/transport.**go
@@ -71,7 +71,7 @@
DisableCompression bool
// MaxIdleConnsPerHost, if non-zero, controls the maximum idle
- // (keep-alive) to keep to keep per-host. If zero,
+ // (keep-alive) to keep per-host. If zero,
// DefaultMaxIdleConnsPerHost is used.
MaxIdleConnsPerHost int
}