[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 13:10:26 PDT 2018


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

cvazac at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cvazac at gmail.com

--- Comment #23 from cvazac at gmail.com ---
Comment on attachment 352169
  --> https://bugs.webkit.org/attachment.cgi?id=352169
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

-- 
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/5792f605/attachment.html>


More information about the webkit-unassigned mailing list