[Webkit-unassigned] [Bug 190440] WebKit Inspector: Expose Server Timing Response Headers in Network Tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 15:45:46 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190440

--- Comment #27 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to cvazac from comment #23)
> Comment on attachment 352169 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=352169&action=review
> 
> >> LayoutTests/inspector/unit-tests/server-timing-entry.html:91
> >> +            testServerTimingHeader("metric;desc=\\\\", [{"name":"metric","desc":""}]);
> > 
> > Should the expected description here be two slashes?
> 
> Were it double-quoted, yes. But the \ character isn't valid as a token,
> because it's not a valid tchar.
> Relevant spec bits from https://tools.ietf.org/html/rfc7230:
>    token = 1*tchar
>    tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." /
>     "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA

Oh nice, that makes sense. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181012/8952e7b6/attachment.html>


More information about the webkit-unassigned mailing list