Home
last modified time | relevance | path

Searched refs:ts_index (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/hls/src/
H A Dserver.rs34 let ts_index = path.find(".ts").unwrap(); in handle_connection() localVariable
36 if ts_index > 0 { in handle_connection()
37 let (left, _) = path.split_at(ts_index); in handle_connection()