diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-15 15:35:38 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-15 15:51:49 +0100 |
commit | fc09f0bee88cbbb90a89798a55a1d405f62ce8a7 (patch) | |
tree | 3c23ee4ef94491e62772a41cd7392d4bd204eabc /adapter/protocol/http.nim | |
parent | a55c1ab95ecb0d79c73bbb82edd99b737c601260 (diff) | |
download | chawan-fc09f0bee88cbbb90a89798a55a1d405f62ce8a7.tar.gz |
ftp: fix unnecessary slashes being added to path; move bindings/curl
also in ftp: clean up resources before exit
Diffstat (limited to 'adapter/protocol/http.nim')
-rw-r--r-- | adapter/protocol/http.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/protocol/http.nim b/adapter/protocol/http.nim index 45a78c46..d973bd1d 100644 --- a/adapter/protocol/http.nim +++ b/adapter/protocol/http.nim @@ -1,10 +1,10 @@ import std/envvars import std/strutils +import curl import curlerrors import curlwrap -import bindings/curl import utils/twtstr type |