refactor(h1): add spans for parse_headers and encode_headers (#2262)
This commit is contained in:
		| @@ -149,7 +149,7 @@ where | ||||
|         S: Http1Transaction, | ||||
|     { | ||||
|         loop { | ||||
|             match S::parse( | ||||
|             match super::role::parse_headers::<S>( | ||||
|                 &mut self.read_buf, | ||||
|                 ParseContext { | ||||
|                     cached_headers: parse_ctx.cached_headers, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user