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

swap transport over to spdystream #1376

Closed
wants to merge 4 commits into from
Closed

Conversation

whyrusleeping
Copy link
Member

Don't merge this. I'm pushing this up for @diasdavid to take a peek at, and for @jbenet to see if he knows why the p2p/test/reconnect tests are failing.

License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com

@whyrusleeping whyrusleeping added the status/in-progress In progress label Jun 15, 2015
@whyrusleeping
Copy link
Member Author

something is wrong in the spdystream 'IsClosed' implementation. Right now, its only ever counted closed when we call Close on it, but the other muxers have an 'IsClosed' impl that will notice if the other side closes the stream.

@whyrusleeping
Copy link
Member Author

fixed here: jbenet/go-peerstream#10

@GitCop
Copy link

GitCop commented Jun 15, 2015

There were the following issues with your Pull Request

  • Commit: 21b45df
    • Invalid signoff. Commit message must end with License: MIT
      Signed-off-by: .* <.*>
  • Commit: 2925713
    • Invalid signoff. Commit message must end with License: MIT
      Signed-off-by: .* <.*>

Guidelines are available to help. Your feedback on GitCop is welcome on this issue


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

GitCop commented Jun 15, 2015

There were the following issues with your Pull Request

  • Commit: 21b45df
    • Invalid signoff. Commit message must end with License: MIT
      Signed-off-by: .* <.*>
  • Commit: 2925713
    • Invalid signoff. Commit message must end with License: MIT
      Signed-off-by: .* <.*>
  • Commit: 741a897
    • Invalid signoff. Commit message must end with License: MIT
      Signed-off-by: .* <.*>

Guidelines are available to help. Your feedback on GitCop is welcome on this issue


This message was auto-generated by https://gitcop.com

jbenet and others added 3 commits June 15, 2015 15:50
There was doublewrapping with an unneeded msgio. given that we
use a stream muxer now, msgio is only needed by secureConn -- to
signal the boundaries of an encrypted / mac-ed ciphertext.

Side note: i think including the varint length in the clear is
actually a bad idea that can be exploited by an attacker. it should
be encrypted, too. (TODO)

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping
Copy link
Member Author

@jbenet i screwed up godeps...

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping whyrusleeping removed the status/in-progress In progress label Jun 16, 2015
@whyrusleeping whyrusleeping deleted the feat/spdystream branch June 16, 2015 23:14
@whyrusleeping whyrusleeping restored the feat/spdystream branch June 16, 2015 23:14
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

Successfully merging this pull request may close these issues.

3 participants