🧙‍♂️ Add IPv6 Support in Prefork mode

pull/633/head
Fenny 2020-07-18 01:44:23 +02:00
parent 8a74cc3843
commit f6b09e59b3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func Test_App_Prefork_TCP6_Addr(t *testing.T) {
}() }()
err := app.Listen("[::1]:3200") err := app.Listen("[::1]:3200")
utils.AssertEqual(t, true, err == nil) utils.AssertEqual(t, true, err != nil)
} }
func Test_App_Prefork_Child_Process_Never_Show_Startup_Message(t *testing.T) { func Test_App_Prefork_Child_Process_Never_Show_Startup_Message(t *testing.T) {