diff options
Diffstat (limited to 'lib/http.ml')
| -rw-r--r-- | lib/http.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.ml b/lib/http.ml index 9a47c65..5e49843 100644 --- a/lib/http.ml +++ b/lib/http.ml @@ -23,6 +23,7 @@ module Base = struct "User-Agent", "Dis.ml v0.1.0";
"Authorization", ("Bot " ^ !Client_options.token);
"Content-Type", "application/json";
+ "Connection", "keep-alive";
]
let process_response path ((resp:Response.t), body) =
|