Skip to content

request failed: URI too long (longer than 8190) #5

@recap

Description

@recap

in FileWrapper.read() the file seek position is continuously reset to initial position here:

if not data or size < 0 or size >= self.file_size:
self.seek(self.initial_read_pos)

whereby httplib reads a datablock ad infinitum. This generates a long URI which is rejected by the server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions