Selaa lähdekoodia

Minor cleanup

Zed 4 vuotta sitten
vanhempi
commit
4dab817521
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      src/http_pool.nim

+ 0 - 5
src/http_pool.nim

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