commit | 6c056b1b888566d00714b07898577f2e367dc961 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri May 10 09:26:13 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Fri May 10 09:26:13 2013 -0700 |
tree | a37d7ec6e236774a64f89af77db6441bf2cc6b0e | |
parent | 45b0ed16337d5c8dce2f50d679d0c1c8a5093127 [diff] |
Replace StreamingResult with BinaryResult The BinaryResult type allows RestApiViews to return an unknown content length with no gzip compression applied. This is the same as what a StreamingResult allowed, but uses less code by reusing the existing BinaryResult support. Change-Id: Ieefada279fc790ea9542dc386bcab1247eab4365