An error occurred while fetching this tab.
Fix `Trace::HttpIO` can not render multi-byte chars
- Apr 17, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
This MR fixes
length
method. We need to use byteslice
over slice
and bytesize
over length
.Note:
ci/trace/http_io_spec.rb
uses fixtures/trace/sample_trace
with various excercise. So we don't need to add additional tests.package-and-qa
manual pipeline job)Closes #44981 (closed)