killf
Results
5
issues of
killf
Fixed an occasional error in the htparser_run function caused by uninitialized data.
Please don't use `unwrap`, this code: ``` #[allow(unused_parens)] pub fn $name($($arg: $argtype),*) -> $ret { let key = ($($arg.clone()),*); { let mut cache = $cachename.lock().unwrap(); let res = $crate::Cached::cache_get(&mut *cache,...