mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
remove 'WithoutVersionChecker', update and test the new versions of some of the dependencies, add a history entry with unknown release date
Former-commit-id: 399db6aac44d3b336648d6d61842f4d7a0266842
This commit is contained in:
@@ -24,9 +24,7 @@ func main() {
|
||||
app.Delete("/del", delHandler)
|
||||
*/
|
||||
|
||||
// 24 August 2017: Iris has a built'n version updater but we don't need it
|
||||
// when benchmarking...
|
||||
app.Run(iris.Addr(":5000"), iris.WithoutVersionChecker)
|
||||
app.Run(iris.Addr(":5000"))
|
||||
}
|
||||
|
||||
// Set and Get
|
||||
|
||||
Reference in New Issue
Block a user