Skip to content

Commit

Permalink
Update HttpClient.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored Aug 8, 2019
1 parent 781be0f commit 7d5f906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class HttpClient(
headers = headers,
contentLength = contentLength ?: -1,
statusCode = connection.responseCode,
responseMessage = connection.responseMessage,
responseMessage = connection.responseMessage.orEmpty(),
body = DefaultBody.from(
{ progressStream.buffered(FuelManager.progressBufferSize) },
{ contentLength ?: -1 }
Expand Down

0 comments on commit 7d5f906

Please sign in to comment.