Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Hurley 6eb4be429d Bug 1136361 - update node-http2 on ci. rs=mcmanus 2015-02-26 11:00:38 -08:00
Patrick McManus c19611d6a0 bug 1130874 - h2 test server altsvc 06 r=hurley
This only updates node-http2 for mozilla's CI needs by supporting
sending of the AltSvc frame (-06). It does not implement receiving or
the node internal tests.
2015-02-08 09:00:39 -05:00
Nicholas Hurley 18fbf37a24 Bug 958712 part 1/3 - update CI node-http2 to v3.1.1 r=mcmanus
--HG--
extra : rebase_source : 0eeea5f7fd3809d9dbe2a1bed34104ce6336f32a
2015-01-30 11:15:41 -08:00
Patrick McManus 5b201c8a70 bug 1124717 - 2/4 update CI to node-http2 3.1.0 to fix flow control issue r=hurley
a test for 1124717 ran into
https://github.com/molnarg/node-http2/issues/89 which is fixed in this update
2015-01-26 20:21:54 -05:00
Patrick McManus 2bf4c5e7a9 bug 1003450 [1/3] - node-http2 refuses PRIORITY in idle state r=hurley
This only impacts the CI for h2-16

node-http2 as of at least 3.0.1 generates protocol error upon receipt
of PRIORITY frames in the IDLE state.. the http2 makes this clearly
legal in 5.1 Stream States -> idle  "Receiving any frames other than
HEADERS, PUSH_PROMISE or PRIORITY on a stream in this state MUST be treated as a connection error
(Section 5.4.1) of type PROTOCOL_ERROR."


---
 testing/xpcshell/node-http2/lib/protocol/stream.js | 2 ++
 1 file changed, 2 insertions(+)
2014-12-09 11:59:58 -05:00
Nicholas Hurley f42d623474 Bug 1107267 - Advertise h2-16. r=mcmanus 2014-12-04 11:50:38 -08:00
Nicholas Hurley 083547dbdc Bug 1094519 - Advertise h2-15 in addition to h2-14. r=mcmanus 2014-11-10 21:17:00 +01:00
Nicholas Hurley 2def8d59cc Bug 1092287 - Update node-http2 to latest master. rs=mcmanus 2014-10-31 15:02:02 -07:00
Nicholas Hurley 41eb41171a Bug 1046892 part 2 - HTTP/2 draft 14 test updates r=mcmanus 2014-08-05 08:41:11 -07:00
Nicholas Hurley 6c7038956c Bug 1026609 - HTTP/2 draft 13 part 2 - test updates. r=mcmanus 2014-06-25 17:33:17 -07:00
Nicholas Hurley 9090b45467 Bug 1001022 (part 2) - Update unit tests for http2 draft12. r=mcmanus 2014-04-29 18:46:05 -07:00
Nicholas Hurley 267eff4c3d Bug 993937 (part 2) - Update unit tests for http2 draft11. r=mcmanus
This updates our copy of node-http2 to the version that implements
draft11, and has the one-line change to make the xpcshell test work.
2014-04-29 18:46:01 -07:00
Nicholas Hurley cd8edaa29a Bug 965869 (part 2) - HTTP/2 draft10 tests. r=mcmanus 2014-03-26 10:58:11 -07:00
Gábor Molnár 89de7bf65d Bug 958992 - http2 draft09 test support. r=hurley 2014-01-13 17:16:28 -08:00
Gabor Molnar f2b571a437 bug 950768 - http2 tests in node.js r=hurley r=mcmanus 2013-10-20 16:03:07 +02:00