Home
last modified time | relevance | path

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

/tonic/tonic-web/src/
H A Dcall.rs408 let trailer = temp_buf.copy_to_bytes(i - cursor_pos); in decode_trailers_frame() localVariable
411 trailers.push(trailer); in decode_trailers_frame()
420 for trailer in trailers { in decode_trailers_frame()
421 let mut s = trailer.split(|b| b == &b':'); in decode_trailers_frame()
/tonic/
H A DCHANGELOG.md35 * **web:** fix panic in trailer parsing on multiple trailers (#1880)
36 * **web:** fix empty trailer parsing causing infinite parser loop (#1883)