Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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