Skip to content

Commit 5fc8b11

Browse files
committed
Update HurlStack.java
1 parent f993123 commit 5fc8b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/android/volley/toolbox/HurlStack.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public HttpResponse performRequest(Request<?> request, Map<String, String> addit
125125
private static HttpEntity entityFromConnection(HttpURLConnection connection) {
126126
HttpEntity entity = new HttpEntity();
127127
InputStream inputStream;
128+
128129
try {
129130
inputStream = connection.getInputStream();
130131
} catch (IOException ioe) {

0 commit comments

Comments
 (0)