Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork spdy definition into spdystream #53

Merged
merged 1 commit into from
Apr 28, 2015

Conversation

dmcgowan
Copy link
Member

The upstream spdy definition package was deprecated. That package is now moved into spdystream.

This prevents anyone using spdystream from needing to lookup the exact commit of golang.org/x/net and vendor.

closes #52

The upstream spdy definition package was deprecated. That package is now moved into spdystream.

closes moby#52

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
@dmcgowan
Copy link
Member Author

See golang/net@ff8eb9a

Also contains list of issues which are inherited by forking

@jbenet
Copy link
Contributor

jbenet commented Apr 27, 2015

thanks 👍

dmcgowan added a commit that referenced this pull request Apr 28, 2015
Fork spdy definition into spdystream
@dmcgowan dmcgowan merged commit e372247 into moby:master Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spdystream depends on golang.org/x/net/spdy which no longer exists
2 participants