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

Unified Diff: src/sunlabs/brazil/server/Request.java

Issue 10102005: ABP/Android Process chunked requests (Closed)
Patch Set: ABP/Android Process chunked requests Created April 9, 2013, 8:01 a.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
« no previous file with comments | « src/org/adblockplus/brazil/RequestHandler.java ('k') | src/sunlabs/brazil/util/http/HttpRequest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/sunlabs/brazil/server/Request.java
===================================================================
--- a/src/sunlabs/brazil/server/Request.java
+++ b/src/sunlabs/brazil/server/Request.java
@@ -468,7 +468,7 @@
* need to be modified.
*/
public Socket sock;
- protected HttpInputStream in;
+ public HttpInputStream in;
/**
* A set of properties local to this request. The property is wrapped
« no previous file with comments | « src/org/adblockplus/brazil/RequestHandler.java ('k') | src/sunlabs/brazil/util/http/HttpRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld