Add release files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-26 11:52:58 +01:00
parent 72c167dcd5
commit d8ea9db3c2
3 changed files with 22 additions and 0 deletions

View File

@@ -175,6 +175,8 @@ fn process_headers(buff: &[u8]) -> anyhow::Result<Option<ProcessHeadersResult>>
.find(|h| h.name.eq_ignore_ascii_case(&ARGS.target_host_port_header))
.map(|h| String::from_utf8_lossy(h.value));
log::debug!("Request headers: {:?}", headers);
let Some(target_host) = target_host else {
if parsing_res.is_partial() {
return Ok(None);