8 Commits (v0.2.3)

Author SHA1 Message Date
  JustAnotherArchivist 4ff8b260a1 Don't close raw data tempfiles until the response gets GC'd 4 years ago
  JustAnotherArchivist 4d9e4d8fe8 Fix ClientResponse._read returning more than nbytes if the entire response fits into the first block fed into the parser 4 years ago
  JustAnotherArchivist 2895f4bfdf Catch TypeError in Content-Length parsing 4 years ago
  JustAnotherArchivist 8358ba9131 Add support for only reading part of the response into memory 4 years ago
  JustAnotherArchivist 939978beec Handle EOF from the HTTP payload parser correctly 4 years ago
  JustAnotherArchivist 1214409a0b Flush big responses to a temporary file instead of trying to keep everything in-memory 4 years ago
  JustAnotherArchivist 7e049423a4 The memory leak has vanished as of CPython 3.7.3 4 years ago
  JustAnotherArchivist e892a6b6a7 Initial commit 5 years ago