Skip to content

Commit

Permalink
Merge pull request #15 from aporubov/expose_kill_client
Browse files Browse the repository at this point in the history
export lhttpc:kill_client/1
  • Loading branch information
Evgeny Bob authored Jul 6, 2018
2 parents d3d9bf1 + 68f5c76 commit 3ca9bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lhttpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
delete_pool/1,
send_body_part/2, send_body_part/3,
send_trailers/2, send_trailers/3,
get_body_part/1, get_body_part/2
get_body_part/1, get_body_part/2,
kill_client/1
]).

-include("lhttpc_types.hrl").
Expand Down

0 comments on commit 3ca9bdc

Please sign in to comment.