-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
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. |
fixed here: jbenet/go-peerstream#10 |
4031457
to
8bbde22
Compare
There were the following issues with your Pull Request
Guidelines are available to help. Your feedback on GitCop is welcome on this issue This message was auto-generated by https://gitcop.com |
There were the following issues with your Pull Request
Guidelines are available to help. Your feedback on GitCop is welcome on this issue This message was auto-generated by https://gitcop.com |
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>
741a897
to
7908e88
Compare
@jbenet i screwed up godeps... |
7908e88
to
6703d83
Compare
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
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