Maxime Bailly

Results 2 issues of Maxime Bailly

**Describe the bug** Context: rootfull containers. Using podman-compose, I'm trying to create a network with the `macvlan` driver and without any `ipam` drivers but i'm greeted with this error: ```...

bug

This issue seems to be related to https://github.com/seanmonstar/httparse/issues/161. ------ Consider this example : ```rust #[test] fn invalid_methods() { let src = "\"some,unvalid%GET{}:; / HTTP/1.1\r\nHost: 127.0.0.1:80\r\n\r\n"; let mut headers = [httparse::EMPTY_HEADER;...