Commit a9b14ec
committed
fix: parse proxy URI with prepending URL scheme
parse the URI of the proxy generated from Proxy::new(intercept,
proxy_uri) rather than proxy_uri directly, since proxy_uri may be
missing a URL scheme and in that case can't be parsed as a URL
Signed-off-by: Gavin Inglis <[email protected]>1 parent f837568 commit a9b14ec
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
0 commit comments