Bump grpc from 1.7.5 to 1.13.0

This commit is contained in:
saad-ali
2018-11-13 17:37:19 -08:00
parent c63476d0c4
commit 9d4810f25a
97 changed files with 123377 additions and 4266 deletions

View File

@@ -82,8 +82,7 @@ func doHTTPConnectHandshake(ctx context.Context, conn net.Conn, addr string) (_
Header: map[string][]string{"User-Agent": {grpcUA}},
})
req = req.WithContext(ctx)
if err := req.Write(conn); err != nil {
if err := sendHTTPRequest(ctx, req, conn); err != nil {
return nil, fmt.Errorf("failed to write the HTTP request: %v", err)
}