Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fix bug / tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jul 22, 2011
1 parent 4116e35 commit bca2aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lhttpc_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ request(ReqId, From, Host, Port, Ssl, Path, Method, Hdrs, Body, Options) ->
{exit, ReqId, self(), {Error, erlang:get_stacktrace()}}
end,
case Result of
{response, _, {ok, {no_return, _}}} -> ok;
{response, _, _, {ok, {no_return, _}}} -> ok;
_Else -> From ! Result
end,
% Don't send back {'EXIT', self(), normal} if the process
Expand Down

0 comments on commit bca2aa6

Please sign in to comment.