| D | test_sendfile.rs | 9 if #[cfg(any(target_os = "android", target_os = "linux"))] { 17 #[cfg(any(target_os = "android", target_os = "linux"))] 39 #[cfg(target_os = "linux")] 66 vec!["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_freebsd() 75 // Prepare headers and trailers for sendfile in test_sendfile_freebsd() 76 let headers: Vec<&[u8]> = in test_sendfile_freebsd() localVariable 90 Some(headers.as_slice()), in test_sendfile_freebsd() 117 vec!["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_dragonfly() 126 // Prepare headers and trailers for sendfile in test_sendfile_dragonfly() 127 let headers: Vec<&[u8]> = in test_sendfile_dragonfly() localVariable [all …]
|