Closed
Bug 958992
Opened 12 years ago
Closed 12 years ago
http/2 draft 09
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: mcmanus, Assigned: u408661)
References
Details
(Whiteboard: [spdy])
Attachments
(2 files)
7.43 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
130.99 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
http://tools.ietf.org/html/draft-ietf-httpbis-http2-09 and compression-05
Reporter | ||
Comment 1•12 years ago
|
||
this will update the -08 code in the tree but will remain preffed off
nick - can you add the patches here? and then we can work updates in the usual in tree bugzilla driven way
Assignee: nobody → hurley
Whiteboard: [spdy]
Updated•12 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
All the updates so support the changes in draft09. Tests are in another patch that will be attached.
Attachment #8359351 -
Flags: review?(mcmanus)
And these are the test updates from Gabor. I already reviewed these on github, so this one's ready to go.
Attachment #8359352 -
Flags: review+
Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 8359351 [details] [diff] [review]
draft09 changes
Review of attachment 8359351 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM! ALPN and a successful interop and we can talk about preffing on. followup for placing http/2 in version field of gatewayed responses?
::: netwerk/protocol/http/Http2Compression.cpp
@@ +444,5 @@
> + mOutput->Append(NS_LITERAL_CSTRING("\r\n"));
> + mOutput->Append(name);
> + mOutput->Append(NS_LITERAL_CSTRING(": "));
> + } else {
> + mOutput->Append(',');
nit: I guess comma-space would be more typical http/1 syntax
Attachment #8359351 -
Flags: review?(mcmanus) → review+
(In reply to Patrick McManus [:mcmanus] from comment #4)
> Comment on attachment 8359351 [details] [diff] [review]
> draft09 changes
>
> Review of attachment 8359351 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> LGTM! ALPN and a successful interop and we can talk about preffing on.
> followup for placing http/2 in version field of gatewayed responses?
See bug 959333
> ::: netwerk/protocol/http/Http2Compression.cpp
> @@ +444,5 @@
> > + mOutput->Append(NS_LITERAL_CSTRING("\r\n"));
> > + mOutput->Append(name);
> > + mOutput->Append(NS_LITERAL_CSTRING(": "));
> > + } else {
> > + mOutput->Append(',');
>
> nit: I guess comma-space would be more typical http/1 syntax
Done.
https://hg.mozilla.org/mozilla-central/rev/5475b2719136
https://hg.mozilla.org/mozilla-central/rev/b114534a9386
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•