[Pkg-mozext-commits] [firebug] 08/16: Issue 7648: Support for HTTP 2.0 response status
David Prévot
taffit at moszumanska.debian.org
Thu Sep 18 18:10:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 1d367a95279c1d1dc768b86081ed285781b1bf88
Author: Jan Odvarko <odvarko at gmail.com>
Date: Mon Sep 1 18:31:24 2014 +0200
Issue 7648: Support for HTTP 2.0 response status
---
extension/content/firebug/net/netProgress.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/content/firebug/net/netProgress.js b/extension/content/firebug/net/netProgress.js
index 02c1c8d..0f79501 100644
--- a/extension/content/firebug/net/netProgress.js
+++ b/extension/content/firebug/net/netProgress.js
@@ -29,7 +29,7 @@ const Cr = Components.results;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
const reIgnore = /about:|javascript:|resource:|chrome:|jar:/;
-const reResponseStatus = /HTTP\/1\.\d\s(\d+)\s(.*)/;
+const reResponseStatus = /HTTP\/\d\.\d\s(\d+)\s(.*)/;
var panelName = "net";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list