From 0fb9d9f494bebe04af91b58a0c5d1b9e4170ed36 Mon Sep 17 00:00:00 2001 From: Jessie Date: Fri, 29 Sep 2023 05:11:14 -0400 Subject: [PATCH] support spoofing the host address --- src/unit.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unit.rs b/src/unit.rs index 15dc600..10be237 100644 --- a/src/unit.rs +++ b/src/unit.rs @@ -110,6 +110,7 @@ impl Unit { is_chunked, headers, deadline, + spoofed_host: None, } }