node: Don't penalize peer for protocol mismatch
modified radicle-node/src/service/session.rs
@@ -119,10 +119,18 @@ pub enum FetchResult {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -132,6 +140,7 @@ impl Error {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -521,9 +521,11 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -534,6 +536,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -542,9 +548,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|