mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 18:34:14 +00:00
remove demo address replacement
This commit is contained in:
parent
0048e81fa0
commit
16b27decaf
@ -129,7 +129,7 @@ impl Page {
|
|||||||
client.set_protocol(SocketProtocol::Tcp);
|
client.set_protocol(SocketProtocol::Tcp);
|
||||||
|
|
||||||
client.connect_to_uri_async(
|
client.connect_to_uri_async(
|
||||||
"gemini://geminiprotocol.net:1965/", // @TODO &uri.to_str(),
|
&uri.to_str(),
|
||||||
1965,
|
1965,
|
||||||
Some(&cancellable.clone()),
|
Some(&cancellable.clone()),
|
||||||
move |result| match result {
|
move |result| match result {
|
||||||
@ -142,7 +142,7 @@ impl Page {
|
|||||||
|
|
||||||
// Send request
|
// Send request
|
||||||
connection.output_stream().write_all_async(
|
connection.output_stream().write_all_async(
|
||||||
"gemini://geminiprotocol.net:1965/\r\n", // @TODO
|
gformat!("{}\r\n", &uri.to_str()),
|
||||||
Priority::DEFAULT,
|
Priority::DEFAULT,
|
||||||
Some(&cancellable.clone()),
|
Some(&cancellable.clone()),
|
||||||
move |result| match result {
|
move |result| match result {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user