Closed CharlesOkwuagwu closed 6 years ago
https://github.com/CrowdHailer/Ace/blob/58d19db2eff6ca80248e97e2e863058619f1c8e5/lib/ace/http/worker.ex#L88-L100
Regardless of the value of response.body, you return {[response], state}
response.body
{[response], state}
Yes would agree. It obviously works without those commented parts
https://github.com/CrowdHailer/Ace/blob/58d19db2eff6ca80248e97e2e863058619f1c8e5/lib/ace/http/worker.ex#L88-L100
Regardless of the value of
response.body
, you return{[response], state}