We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf94d5 commit ab0f37bCopy full SHA for ab0f37b
src/routes/relayer/websockets.rs
@@ -89,7 +89,7 @@ pub async fn handle_ws_conn(
89
rng.fill_bytes(&mut buf);
90
let sec_websocket_key = base64::encode_block(&buf);
91
let request = http::Request::builder()
92
- .uri("localhost:3070/v1")
+ .uri("http://localhost:3070/v1")
93
.header("Target-Service-Id", path)
94
.header(SEC_WEBSOCKET_KEY, &sec_websocket_key)
95
.header(HOST, "localhost:3070")
0 commit comments