Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support requests with long URL #294

Closed
wants to merge 1 commit into from
Closed

Conversation

mattjala
Copy link
Contributor

This allows for users to have link/group names up to about 64Kb, which the main library supports.

The specific choice of 67584 for the default max size is 65 * 1024 + 2048. This is because the library's API tests include a link with a name that is 65 * 1024 bytes long, and 2048 bytes should be enough to store the rest of the URL.

@mattjala
Copy link
Contributor Author

After a discussion, it seems like a better solution might be to handle this with something similar to the changes in #295, where long URLs are sent as part of the body of a POST request instead of in the URL.

@mattjala
Copy link
Contributor Author

mattjala commented Jan 8, 2024

Long link names are handled in #296

@mattjala mattjala closed this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Issues related to the CI/CD setup and execution enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants