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:45 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
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

Powered by Google App Engine
This is Rietveld