Explorar el Código

Minor cleanup

Zed hace 4 años
padre
commit
4dab817521
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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