Skip to content

Support for long urls in CapTipper #15

@urlhunt

Description

@urlhunt

While using CapTipper for urls longer than 1024 characters. By changing length in CapTipper-master\CTServer.py at line 120 to 4096 seems to be working for me. Can anyone check this?

original line:
self.data = self.request.recv(1024).strip()

modified line:
self.data = self.request.recv(4096).strip()

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