Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

ulreq: adds encoder and decoder for upload-request messages #106

Merged
merged 2 commits into from
Nov 2, 2016
Merged

ulreq: adds encoder and decoder for upload-request messages #106

merged 2 commits into from
Nov 2, 2016

Conversation

alcortesm
Copy link
Contributor

@alcortesm alcortesm commented Oct 31, 2016

This PRs adds a new package: upreq to handle upload-requests messages from a git-upload-pack service. You will find a description of the message here.

The package introduces a new type for representing upload-requests messages in memory, an its encoder and a decoder.

The SSH client has been updated to use this new type and its encoder and the code for stepping through the pack protocol has been cleaned.

@@ -0,0 +1,542 @@
package ulreq_test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove _test we are not using this methodology

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course.

@mcuadros mcuadros merged commit 585dc4f into src-d:master Nov 2, 2016
@alcortesm alcortesm deleted the tmp2 branch November 10, 2016 17:32
mcuadros pushed a commit that referenced this pull request Jan 31, 2017
* ulreq: adds encoder and decoder for upload-request messages

* ulreq: stop using _test suffix for testing package names (@mcuadros comment)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants