mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
remove deprecated code from websocket/_examples/secure/main.go ⚓
Former-commit-id: 2eb8dff1ac0677473a5f26f938240106903ba336
This commit is contained in:
@@ -164,7 +164,7 @@ QG+tmveBBIYMed5YbWstZu/95lIHF+u8Hl+Z6xgveozfE5yqiUA=
|
||||
keyFile.WriteString(testTLSKey)
|
||||
|
||||
// https://localhost
|
||||
app.ListenTLS("localhost:443", certFile.Name(), keyFile.Name())
|
||||
app.Run(iris.TLS("localhost:443", certFile.Name(), keyFile.Name()))
|
||||
|
||||
certFile.Close()
|
||||
time.Sleep(50 * time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user