Skip to content

Feature request: optimize cancelled requests #41

@spkrka

Description

@spkrka

If a request is cancelled there are two things we can optimize:

  1. if it's cancelled before it's actually written to the network socket, we can skip doing that.
  2. if it's cancelled by the time we get a reply, we can skip parsing the reply (though that's a fairly small gain)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions