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

Feature Request: Whitelist Mercurial HTTP headers #1897

Closed
zombiezen opened this issue Apr 23, 2016 · 0 comments
Closed

Feature Request: Whitelist Mercurial HTTP headers #1897

zombiezen opened this issue Apr 23, 2016 · 0 comments

Comments

@zombiezen
Copy link
Contributor

I would like to package Mercurial as a Sandstorm app. The Mercurial wire protocol sends most of its data using HTTP headers. They follow the pattern X-HgArg-N, where N is an integer greater than zero. Each header payload will be ~1KB by default, so you can pick an upper bound on how high you want N to be.

(I tried hacking around this by disabling this mode of operation, but it blows out the URL length quickly, and it doesn't appear to have a retry mechanism.)

zombiezen pushed a commit to zombiezen/sandstorm that referenced this issue Apr 27, 2016
zombiezen added a commit to zombiezen/sandstorm that referenced this issue Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant