Grpc-go: f.fr.SetReuseFrames undefined

Created on 12 Apr 2017  路  2Comments  路  Source: grpc/grpc-go

Hi all. I hope I'm creating a ticket to the correct repository, since the code in question is part of google.golang.org/grpc (which I suppose is this repository?).

This library seems to be affected by a bad merge, causing issues when trying to go get it.

  1. Go version: 1.8.1
  2. OS + Arch: Mac OS X (darwin), amd64.
  3. What did I do: go get google.golang.org/grpc.
  4. What did I expect to see: Nothing (no errors).
  5. What did I see instead:
# google.golang.org/grpc/transport
../google.golang.org/grpc/transport/http_util.go:388: f.fr.SetReuseFrames undefined (type *http2.Framer has no field or method SetReuseFrames)

I suspect this to be the culprit: https://github.com/grpc/grpc-go/commit/ff17eeb5f6e2112ef30f103d686fa725ee31202e

I would create a pull request myself if I would be sure reverting that wouldn't cause some other issues, so instead I'm creating a ticket.

Thank you!

Most helpful comment

You may need to update your golang.org/x/net/http2 package.

All 2 comments

You may need to update your golang.org/x/net/http2 package.

Ahh! That fixed it! Thanks! :facepalm:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dfawley picture dfawley  路  3Comments

arcana261 picture arcana261  路  3Comments

arthurgan picture arthurgan  路  4Comments

aburluka picture aburluka  路  3Comments

fho picture fho  路  3Comments