Skip to content

Disabling cache doesn't work with requests_futures #135

@MaxBareiss

Description

@MaxBareiss

When I use the requests_cache library with the requests_futures library, it works great. However, when I try to make a request without using the cache:

with requests_cache.disabled():
    rq = session.get(url)

it doesn't work:

rq.result().from_cache
True

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation and examplesquestion

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions