Skip to content

Commit

Permalink
Remove unneccessary call
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 29, 2023
1 parent 900c447 commit f1f4f35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private HttpStreamResponse getRequest() throws HttpException {
}
}

mConnection.connect();
response = buildResponse(mConnection);

} catch (MalformedURLException e) {
Expand Down

0 comments on commit f1f4f35

Please sign in to comment.