Fix test in proto

This commit is contained in:
_Frky 2021-12-23 20:44:29 +01:00
parent e9212ae438
commit 290f236157

View file

@ -315,6 +315,7 @@ mod tests {
mac: MacAddr::from_str("00:11:22:33:44:55").expect("error parsing MAC address"),
iface: None,
ip_addresses: Some(&ips),
log: MetaLogger::new(),
};
/***** TEST COMPLETE REQUEST *****/
let payload = b"GET / HTTP/1.1\r\n\r\n";