浏览代码

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