You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
zombiezen
pushed a commit
to zombiezen/sandstorm
that referenced
this issue
Apr 27, 2016
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
, whereN
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.)
The text was updated successfully, but these errors were encountered: