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

Tip? #1

Closed
bketelsen opened this issue Dec 18, 2012 · 4 comments
Closed

Tip? #1

bketelsen opened this issue Dec 18, 2012 · 4 comments

Comments

@bketelsen
Copy link

Have you tried this with the latest Go changes from tip? I tried this morning and can't make anything route. All requests return 404.

@astaxie
Copy link
Member

astaxie commented Dec 19, 2012

I have tried in tip version. As you say all requests return 404. I will try to fix it. Ths!

@astaxie
Copy link
Member

astaxie commented Dec 19, 2012

I find the problem, in tip version:

http.ListenAndServe(":12345", nil)

will default listen in the tcp6. I have no idea how to deal with it. Is it the tip's bug?

astaxie added a commit that referenced this issue Dec 19, 2012
for tip version #1
@astaxie astaxie closed this as completed Dec 19, 2012
@astaxie astaxie reopened this Dec 19, 2012
@astaxie astaxie closed this as completed Dec 19, 2012
@tmc
Copy link
Contributor

tmc commented Dec 19, 2012

This was fixed in 5ce009, listening on both ipv6 and ipv4 addresses is not the problem (and I think you should remove the note you added).

@astaxie
Copy link
Member

astaxie commented Dec 20, 2012

yeah, it is already fix. It is my bug. Now I fix it. The Route don't deal with /

smithfox referenced this issue in smithfox/beego Jul 7, 2013
astaxie pushed a commit that referenced this issue Feb 7, 2014
astaxie pushed a commit that referenced this issue Oct 29, 2014
astaxie pushed a commit that referenced this issue Jun 13, 2015
astaxie pushed a commit that referenced this issue Nov 24, 2015
eyalpost pushed a commit to eyalpost/beego that referenced this issue Apr 22, 2017
astaxie pushed a commit that referenced this issue Nov 19, 2017
shtzr840329 pushed a commit to shtzr840329/beego that referenced this issue Jan 19, 2018
DennisMao added a commit that referenced this issue Jan 11, 2019
astaxie pushed a commit that referenced this issue Jun 18, 2019
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

3 participants