1. 19 Ara, 2014 4 kayıt (commit)
  2. 18 Ara, 2014 12 kayıt (commit)
  3. 17 Ara, 2014 22 kayıt (commit)
  4. 16 Ara, 2014 2 kayıt (commit)
    • Marcus Cobden's avatar
      Consume from chunked streams without data loss · 578dda64
      Marcus Cobden yazdı
      Data already in local python buffers was lost when stream socket
      fileobject was re-created. We now use http.client to handle the chunk
      transfer encoding, and we read only the data from each chunk.
      
      This adds a test harness for stream responses which tries to trigger the
      lost-buffer behaviour by responding to the HTTP request in full, as
      early as possible.
      
      NB: Python's http.client will close the socket fileobj early if there is
      no content length or chunked transfer encoding header. If this happens,
      requests/urllib3 will reopen it, but we lose some data which was stored
      in buffers.
      578dda64
    • Joffrey F's avatar
      Merge branch 'jseybold-master' · a87dfcf2
      Joffrey F yazdı
      a87dfcf2