net/spdy/spdy_alt_svc_wire_format.cc reinvents the wheel (multiple times) |
|
Issue descriptionnet/spdy/spdy_alt_svc_wire_format.cc has code to parse integer strings, and code to unescape strings. We already have both in net/. We should try an reuse the code to do these things, to reduce code and reduce attack/bug surface.
,
Dec 7 2016
It seems like it can depend on base/. I guess it's limited to not depending on i18n methods? |
|
►
Sign in to add a comment |
|
Comment 1 by b...@chromium.org
, Dec 7 2016