1. 09 5月, 2013 1 次提交
  2. 04 5月, 2013 4 次提交
  3. 02 5月, 2013 2 次提交
    • J
      Merge pull request #187 from square/jw/eager-stream-read · 76350e15
      Jake Wharton 提交于
      Eagerly consume a stream when exposing to caller.
      76350e15
    • J
      Eagerly consume a stream when exposing to caller. · 8e37431e
      Jake Wharton 提交于
      HTTP responses return an input stream wrapped in a TypedInput which we pass to the converter for deserialization as fast as the bytes come in. If we are skipping the converter (non-2xx resposne code) or returning the response directly we eagerly consume the stream to a byte[] for the caller.
      
      If the converter threw an exception while reading the stream then it is nulled out before being handed to the RetrofitError. This prevents partially read streams from being exposed.
      
      Closes #181.
      8e37431e
  4. 16 4月, 2013 3 次提交
  5. 12 4月, 2013 3 次提交
  6. 30 3月, 2013 1 次提交
  7. 28 3月, 2013 2 次提交
  8. 27 3月, 2013 6 次提交
  9. 26 3月, 2013 2 次提交
  10. 20 3月, 2013 1 次提交
  11. 15 3月, 2013 4 次提交
  12. 13 3月, 2013 3 次提交
  13. 11 3月, 2013 4 次提交
  14. 10 3月, 2013 1 次提交
  15. 08 3月, 2013 2 次提交
  16. 07 3月, 2013 1 次提交