Minor cleanup

This commit is contained in:
Zed 2021-12-26 06:55:58 +01:00
parent 3da6c50cb8
commit 4dab817521
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ type
var maxConns {.threadvar.}: int
let keepAlive* = newHttpHeaders({
"connection": "Keep-Alive",
"accept-encoding": "gzip"
})
proc setMaxHttpConns*(n: int) =
maxConns = n