-
Notifications
You must be signed in to change notification settings - Fork 699
portfwd
: support HostSocket
#4008
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
base: master
Are you sure you want to change the base?
portfwd
: support HostSocket
#4008
Conversation
277bbce
to
141e02e
Compare
64a2088
to
991e95f
Compare
Dropped closing |
991e95f
to
935aa20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, can we cover this in test-port-forwarding
?
935aa20
to
e7a9d6b
Compare
added a test to |
e7a9d6b
to
ae4a334
Compare
Signed-off-by: Norio Nomura <[email protected]>
Signed-off-by: Norio Nomura <[email protected]>
ae4a334
to
490ce12
Compare
Signed-off-by: Norio Nomura <[email protected]>
Signed-off-by: Norio Nomura <[email protected]>
a315ab7
to
bedf7de
Compare
Because I don't have any Windows environment for debugging. Signed-off-by: Norio Nomura <[email protected]>
bedf7de
to
7ef6404
Compare
I give up on making hostSocket tests pass on Windows, since I don't have any Windows environments for debugging. |
Add missing
hostSocket
support to GRPC port forwarder.HostPortRange
ifHostSocket
is used.edit: dropped closing
ClosableListeners
on exit