فهرست منبع

Minor cleanup

Zed 4 سال پیش
والد
کامیت
4dab817521
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  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