You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iroh-net/src/derp/http/server.rs
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,11 @@ impl ServerBuilder {
293
293
pubasyncfnspawn(self) -> Result<Server>{
294
294
ensure!(self.secret_key.is_some() || self.derp_override.is_some(),"Must provide a `SecretKey` for the derp server OR pass in an override function for the 'derp' endpoint");
0 commit comments