mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
parent
1a21521b35
commit
c568f9e4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ let _apply_config (self:t) (config:Config.t) : unit =
|
|||
|
||||
let _set_headers (self:t) (headers: _ list) : unit =
|
||||
let headers =
|
||||
List.map (fun (k,v) -> k ^ ": " ^ v ^ "\r\n") headers
|
||||
List.map (fun (k,v) -> k ^ ": " ^ v) headers
|
||||
in
|
||||
Curl.set_httpheader self headers;
|
||||
()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue