Results 5 issues of killf

Fixed an occasional error in the htparser_run function caused by uninitialized data.

对坐标处理后,没有将处理后的结果返回

contributor

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,...