mirror of
https://github.com/jlengrand/engine.git
synced 2026-05-17 15:52:14 +00:00
change: temporary shortcut DNS propagation check in Router.on_create_check(..) until we get better integration tests here.
This commit is contained in:
@@ -490,6 +490,12 @@ impl Create for Router {
|
||||
}
|
||||
|
||||
fn on_create_check(&self) -> Result<(), EngineError> {
|
||||
// FIXME remove this
|
||||
return Ok(());
|
||||
|
||||
// TODO -------------------------------------------------------------
|
||||
// TODO integration tests required before using DNS propagation check
|
||||
// TODO -------------------------------------------------------------
|
||||
let listeners_helper = ListenersHelper::new(&self.listeners);
|
||||
// Todo: inform the client about the fact we're going to check for a certain amount of time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user