This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user