mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
Add support for more than one listening server to one station, virtual and no virtual
This commit is contained in:
@@ -15,7 +15,6 @@ func TestSessions(t *testing.T) {
|
||||
}
|
||||
|
||||
initDefault()
|
||||
HTTPServer.Config.ListeningAddr = "127.0.0.1:8080" // in order to test the sessions
|
||||
Config.Sessions.Cookie = "mycustomsessionid"
|
||||
|
||||
writeValues := func(ctx *Context) {
|
||||
|
||||
Reference in New Issue
Block a user