Skip to content
Snippets Groups Projects
  1. Dec 13, 2017
  2. Dec 12, 2017
  3. Dec 11, 2017
  4. Dec 05, 2017
  5. Dec 04, 2017
  6. Dec 01, 2017
  7. Nov 30, 2017
  8. Nov 29, 2017
    • drebs's avatar
      [feature] add bandwidth throttling to the client · 02c6c196
      drebs authored
      Intercept the creation of the protocol factory in the HTTP connection
      pool to use twisted.protocols.policies.ThrottlingFactory and control the
      incoming and outgoing bandwidth.
      
      The factory only controls one connection, so when throttling we limit
      the number of connections of the pool to one per host. This way,
      throttling happens in a per-host basis.
      
      Closes: #8931
      Verified
      02c6c196
  9. Nov 23, 2017
  10. Nov 22, 2017
Loading