One 'Executed by' line, first in the timeline

This commit is contained in:
Gregory Schier
2026-08-17 10:49:23 -07:00
parent 6e68b2d82b
commit 1d8a92bf95
3 changed files with 23 additions and 11 deletions
@@ -202,12 +202,6 @@ impl PreparedSend {
let _ = cancel_tx.send(true);
});
// The first line of what the proxy adds to the timeline says what did the sending,
// so a response's timeline is honest about the hop between the tab and the server.
let _ = event_tx.try_send(HttpResponseEvent::Info(format!(
"Executed by yaak-send-proxy {}",
env!("CARGO_PKG_VERSION")
)));
if self.timeout_capped {
let _ = event_tx.try_send(HttpResponseEvent::Info(format!(
"Timeout set to {:?} (this proxy's ceiling)",