mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
No description
0f02d79ffa
Summary: Ref T13036. This code attempts to filter the "capabilities" message to remove "bundle2", but I think this has never worked. Specifically, the //write// pathway is hooked, and "write" here means "client is writing a message to the server". However, the "capabilities" frame is part of the response, not part of the request. Thus, this code never fires, at least on recent versions of Mercurial. Since I plan to support bundle2 and don't want to decode response frames, just get rid of this, assuming we'll achieve those goals. I think this was just overlooked in D14241, which probably focused on the HTTP version. This code does (at least, potentially) do something for HTTP. I'm leaving the actual "strip stuff" code in place for now since I think it's still used on the HTTP pathway. Test Plan: - Added debug logging, saw this code never hit even though `hg push --debug` shows the client believing bundle2 is supported. - Logged both halves of the wire protocol and saw this come from the server, not the client. - Ran the failing `hg push` of a 4MB file under hg 4.4.1, got the same error as before. Reviewers: amckinley Reviewed By: amckinley Subscribers: cspeckmim Maniphest Tasks: T13036 Differential Revision: https://secure.phabricator.com/D18855 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phabricator is a collection of web applications which help software companies build better software.
Phabricator includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
You can learn more about the project (and find links to documentation and resources) at Phabricator.org
Phabricator is developed and maintained by Phacility.
SUPPORT RESOURCES
For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.
NO PULL REQUESTS!
We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.