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

Crash on nil req.Header in http.get() in Twitter example #8

Open
ijt opened this issue May 30, 2011 · 0 comments
Open

Crash on nil req.Header in http.get() in Twitter example #8

ijt opened this issue May 30, 2011 · 0 comments

Comments

@ijt
Copy link

ijt commented May 30, 2011

$ cd goauth/example
$ ./example
2011/05/29 22:55:59 web.go serving 0.0.0.0:7177
2011/05/29 22:56:10 GET /
2011/05/29 22:56:10 GET /favicon.ico
2011/05/29 22:56:18 GET /signin/twitter
2011/05/29 22:56:18 Handler crashed with error runtime error: lookup in nil map
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/runtime/proc.c 1041
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/runtime/runtime.c 116
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/runtime/hashmap.c 818
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/net/textproto/header.go 15
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/http/header.go 15
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/github.com/ijt/goauth/http.go 22
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/github.com/ijt/goauth/oauthconsumer.go 91
2011/05/29 22:56:18 /Users/issactrotts/repos/goauth/example/example.go 62
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/reflect/value.go 583
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/reflect/value.go 433
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/github.com/hoisie/web.go/web.go 273
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/github.com/hoisie/web.go/web.go 376
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/github.com/hoisie/web.go/web.go 249
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/http/server.go 728
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/http/server.go 499
2011/05/29 22:56:18 /Users/issactrotts/repos/go/src/pkg/runtime/proc.c 178

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

No branches or pull requests

1 participant