Ignore whitespace during content type detection

This commit is contained in:
Gregory Schier
2025-03-06 06:22:21 -08:00
parent 6b7c144a11
commit 26371e5f6b
2 changed files with 7 additions and 5 deletions

View File

@@ -74,7 +74,6 @@ impl PluginHandle {
}
pub async fn set_boot_response(&self, resp: &BootResponse) {
info!("BOOTED PLUGIN {:?}", resp);
let mut boot_resp = self.boot_resp.lock().await;
*boot_resp = resp.clone();
}