13 コミット (ce7f8fdc9213ab3ffae29ab438f592b0bbc8c12f)

作成者 SHA1 メッセージ 日付
  JustAnotherArchivist b30ccf8bf8 Move response/exception history to ClientResponse.qhistory 4年前
  JustAnotherArchivist 005999fcb9 Disable aiohttp's Content-Type checking on JSON parsing by default 4年前
  JustAnotherArchivist d3437bde19 Move default headers to qwarc.const 4年前
  JustAnotherArchivist 17fc3499ff Fix infinite loop in workaround for aiohttp issue 4630 4年前
  JustAnotherArchivist b6003af1e5 Work around aiohttp bug on parsing chunked transfer encoding responses when the buffer ends in an unfortunate spot 4年前
  JustAnotherArchivist 4ff8b260a1 Don't close raw data tempfiles until the response gets GC'd 4年前
  JustAnotherArchivist 4d9e4d8fe8 Fix ClientResponse._read returning more than nbytes if the entire response fits into the first block fed into the parser 4年前
  JustAnotherArchivist 2895f4bfdf Catch TypeError in Content-Length parsing 4年前
  JustAnotherArchivist 8358ba9131 Add support for only reading part of the response into memory 4年前
  JustAnotherArchivist 939978beec Handle EOF from the HTTP payload parser correctly 4年前
  JustAnotherArchivist 1214409a0b Flush big responses to a temporary file instead of trying to keep everything in-memory 4年前
  JustAnotherArchivist 7e049423a4 The memory leak has vanished as of CPython 3.7.3 4年前
  JustAnotherArchivist e892a6b6a7 Initial commit 5年前