Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix: use api boundary nodes as socks proxies #2712
base: master
Are you sure you want to change the base?
fix: use api boundary nodes as socks proxies #2712
Changes from 28 commits
7995aa1
0a06cf0
bce7d54
2088183
2116a1f
0d4cb86
4e57980
1ada60d
6cc0bc6
66f2446
f28f4d4
ae1469a
91bafd8
8de8072
85f1574
c85671a
0aae15c
e68ebd1
6a4e052
149f49e
9433d02
a1f32a1
dd401e9
4169bf0
ed73d7b
e7bbcb0
2ea658b
5b14628
9054a99
117a763
3a650a7
a40e10d
a4329d9
95aee5a
5f3a200
92da343
609fb05
9876cf2
fc831e0
8be6dd8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
I would convert the socks_proxy_addr to URI here and use the URI from here on. You will have less errors to handle and propagate
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.
Hm I would argue that working working with strings is easier.
First, we don't always need to parse to URI, only when there is a cache miss.
Second, the cache still works with string addresses, so we would still need to keep track of both the URI and the string address