This was fixed in 5ce009, listening on both ipv6 and ipv4 addresses is not the p…
…roblem (and I think you should remove the note you added).
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -38,9 +38,6 @@ Here is the canonical "Hello, world" example app for beego: | ... | @@ -38,9 +38,6 @@ Here is the canonical "Hello, world" example app for beego: |
| 38 | beego.Run() | 38 | beego.Run() |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | > in tip version the default listin on tcp6. so you must set HttpAddr: | ||
| 42 | |||
| 43 | > `beego.HttpAddr = "127.0.0.1"` | ||
| 44 | 41 | ||
| 45 | default port:8080 | 42 | default port:8080 |
| 46 | 43 | ... | ... |
-
Please register or sign in to post a comment