File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11target /
2- * iroh-data
2+ * iroh-data
3+ * /.sendme *
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ impl Inner {
186186 async fn get_default_connection ( & self ) -> anyhow:: Result < quinn:: Connection > {
187187 let connection = self
188188 . endpoint
189- . connect ( self . default_node ( ) ?, & iroh:: bytes:: protocol:: ALPN )
189+ . connect ( self . default_node ( ) ?, iroh:: bytes:: protocol:: ALPN )
190190 . await ?;
191191 Ok ( connection)
192192 }
@@ -356,7 +356,7 @@ async fn handle_ticket_request(
356356 let byte_range = parse_byte_range ( req) . await ?;
357357 let connection = gateway
358358 . endpoint
359- . connect ( ticket. node_addr ( ) . clone ( ) , & iroh:: bytes:: protocol:: ALPN )
359+ . connect ( ticket. node_addr ( ) . clone ( ) , iroh:: bytes:: protocol:: ALPN )
360360 . await ?;
361361 let hash = ticket. hash ( ) ;
362362 let prefix = format ! ( "/node/{}" , ticket. node_addr( ) . node_id) ;
You can’t perform that action at this time.
0 commit comments