Skip to content

StaticRoute is broken in 0.16.0 #377

Closed
@magv

Description

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'

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