Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/brazil/RequestHandler.java

Issue 10102005: ABP/Android Process chunked requests (Closed)
Patch Set: Created April 5, 2013, 1:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/org/adblockplus/brazil/RequestHandler.java
===================================================================
--- a/src/org/adblockplus/brazil/RequestHandler.java
+++ b/src/org/adblockplus/brazil/RequestHandler.java
@@ -184,7 +184,8 @@
out.write(request.postData);
out.close();
}
-
+
+ target.setHttpInputStream(request.in);
Wladimir Palant 2013/04/05 14:27:09 I don't think we want to do that in the general ca
Andrey Novikov 2013/04/05 14:34:28 Done.
target.connect();
if (shouldLogHeaders)
« no previous file with comments | « no previous file | src/sunlabs/brazil/server/Request.java » ('j') | src/sunlabs/brazil/util/http/HttpRequest.java » ('J')

Powered by Google App Engine
This is Rietveld