var errClosed = errors.New("i/o operation on closed connection")
// ServerConn is an artifact of Go's early HTTP implementation.
-// Is is low-level, old, and unused by Go's current HTTP stack.
+// It is low-level, old, and unused by Go's current HTTP stack.
// We should have deleted it before Go 1.
//
// Deprecated: Use the Server in package net/http instead.
}
// NewServerConn is an artifact of Go's early HTTP implementation.
-// Is is low-level, old, and unused by Go's current HTTP stack.
+// It is low-level, old, and unused by Go's current HTTP stack.
// We should have deleted it before Go 1.
//
// Deprecated: Use the Server in package net/http instead.
}
// ClientConn is an artifact of Go's early HTTP implementation.
-// Is is low-level, old, and unused by Go's current HTTP stack.
+// It is low-level, old, and unused by Go's current HTTP stack.
// We should have deleted it before Go 1.
//
// Deprecated: Use Client or Transport in package net/http instead.
}
// NewClientConn is an artifact of Go's early HTTP implementation.
-// Is is low-level, old, and unused by Go's current HTTP stack.
+// It is low-level, old, and unused by Go's current HTTP stack.
// We should have deleted it before Go 1.
//
// Deprecated: Use the Client or Transport in package net/http instead.
}
// NewProxyClientConn is an artifact of Go's early HTTP implementation.
-// Is is low-level, old, and unused by Go's current HTTP stack.
+// It is low-level, old, and unused by Go's current HTTP stack.
// We should have deleted it before Go 1.
//
// Deprecated: Use the Client or Transport in package net/http instead.