Bill Gianopoulos 3 months ago
parent
commit
836fcef310
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mozilla-release/patches/1423495-4no5-61a1.patch

+ 1 - 1
mozilla-release/patches/1423495-4no5-61a1.patch

@@ -6,7 +6,7 @@
 # Parent  5d9495a52eb69317db7add55a510f53b3a2de8fa
 Bug 1423495 - Part4: Create doc entry form http channel if server timing headers are found for a document load r=baku
 
-ALos credit to Valentin Gosu <valentin.gosu@gmail.com>
+Also credit to Valentin Gosu <valentin.gosu@gmail.com>
 Currently, the document entry is created at the first time when some JS code tries to access it. But for the case when server timing headers exist for a document loading channel, we need to create the document entry and save the server timing data in the document entry.
 If we don't do this, the server timing data would be lost since the http channel will be deleted.