Skip to content

StaticRoute is broken in 0.16.0 #377

Closed
@magv

Description

@magv

Hi. In commit d6f4764 you removed limit variable from the StaticRoute class, but that variable is still used over here. Because of this, StaticRoute does not work in 0.16.0 release; it throws this error:

...
    chunk = f.read(self.limit)
AttributeError: 'StaticRoute' object has no attribute 'limit'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions