Skip to content

Commit ee87dc8

Browse files
committed
wip
1 parent 4acb0f0 commit ee87dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_aws/src/rabbitmq_aws.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ gun_request(State, Method, URI, Headers, Body, Options) ->
587587
{Response, NewState};
588588
{response, nofin, Status, RespHeaders} ->
589589
{ok, RespBody} = gun:await_body(ConnPid, StreamRef, Timeout),
590-
Response = {ok, {{http_version, Status, status_text(Status)}, RespHeaders, binary_to_list(RespBody)}},
590+
Response = {ok, {{http_version, Status, status_text(Status)}, RespHeaders, RespBody}},
591591
{Response, NewState};
592592
{error, Reason} ->
593593
{{error, Reason}, NewState}

0 commit comments

Comments
 (0)