refactor: remove proxy_id concept entirely
Not really needed and just adds extra fluff.
This commit is contained in:
parent
e32dc6e9b8
commit
bf45b592ac
4 changed files with 6 additions and 37 deletions
|
|
@ -254,7 +254,7 @@ const StdioEndpoint = struct {
|
|||
else
|
||||
return tp.exit_error(error.UnknownWireId, null);
|
||||
},
|
||||
.link, .exit, .proxy_id, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
|
||||
.link, .exit, .transport_error => return tp.exit_error(error.UnexpectedMessage, null),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue