Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

stream+ws_client: Optional capture-all #178

Merged
merged 2 commits into from
Jan 6, 2020

Commits on Nov 27, 2019

  1. stream/ws_client: Use StringIO for WSClient._all

    bytes() += bytes() copies both buffers into a new one, causing exponential
    cost and gradual slow-down. Replacing with StringIO improves that
    rawler committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    ced17c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368d0d7 View commit details
    Browse the repository at this point in the history