8000 Allows compilation and use in AppEngine by mvitorino · Pull Request #80 · rcrowley/go-tigertonic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allows compilation and use in AppEngine #80

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mvitorino
Copy link

Please consider including this to allow compilation and use in AppEngine where the net/http package is missing a number of things in use in this file. In AppEngine we can't start an http server anyway so this file is useless there.

/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:42: s.ConnState undefined (type *Server has no field or method ConnState)
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:42: undefined: http.ConnState
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:44: undefined: http.StateNew
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:46: undefined: http.StateActive
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:50: undefined: http.StateIdle
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:60: undefined: http.StateHijacked
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:60: undefined: http.StateClosed
/home/miguel/workspace/go-path/src/github.com/mvitorino/go-tigertonic/server.go:111: s.SetKeepAlivesEnabled undefined (type *Server has no field or method SetKeepAlivesEnabled)

@rcrowley
Copy link
Owner
rcrowley commented Nov 8, 2014

This pull request is broken: It changes one of the imports to your namespace. Please fix it.

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.

2 participants
0