forked from httpwg/http2-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues.json
1589 lines (1585 loc) · 84.5 KB
/
issues.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/87",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/87/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/87/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/87/events",
"html_url": "https://github.com/http2/http2-spec/issues/87",
"id": 14114255,
"number": 87,
"title": "Editorial Issue: Apparent error in flow control description...",
"user": {
"login": "jasnell",
"id": 439929,
"avatar_url": "https://secure.gravatar.com/avatar/830962eaddef175acc258804975835f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "830962eaddef175acc258804975835f1",
"url": "https://api.github.com/users/jasnell",
"html_url": "https://github.com/jasnell",
"followers_url": "https://api.github.com/users/jasnell/followers",
"following_url": "https://api.github.com/users/jasnell/following{/other_user}",
"gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
"organizations_url": "https://api.github.com/users/jasnell/orgs",
"repos_url": "https://api.github.com/users/jasnell/repos",
"events_url": "https://api.github.com/users/jasnell/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasnell/received_events",
"type": "User"
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-05-08T18:07:15Z",
"updated_at": "2013-05-08T18:07:36Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Under the definition of the \"WINDOW_UPDATE\" frame, there is the following paragraph..\r\n\r\n Flow control only applies to frames that are identified as being \r\n subject to flow control. Of the frames defined in this document, \r\n this includes only DATA frame. Receivers MUST either buffer \r\n or process all other frames, terminate the corresponding stream, \r\n or terminate the connection. The stream or connection is \r\n terminated with a FLOW_CONTROL_ERROR code.\r\n\r\nNote that there appears to be some context missing between the second and third sentences; and there appears to be no explanation as what causes the possible error conditions. "
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/86",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/86/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/86/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/86/events",
"html_url": "https://github.com/http2/http2-spec/issues/86",
"id": 14082051,
"number": 86,
"title": "frame size clarifications",
"user": {
"login": "jasnell",
"id": 439929,
"avatar_url": "https://secure.gravatar.com/avatar/830962eaddef175acc258804975835f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "830962eaddef175acc258804975835f1",
"url": "https://api.github.com/users/jasnell",
"html_url": "https://github.com/jasnell",
"followers_url": "https://api.github.com/users/jasnell/followers",
"following_url": "https://api.github.com/users/jasnell/following{/other_user}",
"gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
"organizations_url": "https://api.github.com/users/jasnell/orgs",
"repos_url": "https://api.github.com/users/jasnell/repos",
"events_url": "https://api.github.com/users/jasnell/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasnell/received_events",
"type": "User"
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-05-08T03:04:27Z",
"updated_at": "2013-05-08T03:04:27Z",
"closed_at": null,
"pull_request": {
"html_url": "https://github.com/http2/http2-spec/pull/86",
"diff_url": "https://github.com/http2/http2-spec/pull/86.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/86.patch"
},
"body": "clarifications around frame size limits... 8192 min + 8 byte header, handling of connection frame size violation vs. stream frame size violation, typos fixed..."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/78",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/78/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/78/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/78/events",
"html_url": "https://github.com/http2/http2-spec/issues/78",
"id": 13652081,
"number": 78,
"title": "Design Issue: Max Concurrent Streams Limit and Unidirectional Streams",
"user": {
"login": "jasnell",
"id": 439929,
"avatar_url": "https://secure.gravatar.com/avatar/830962eaddef175acc258804975835f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "830962eaddef175acc258804975835f1",
"url": "https://api.github.com/users/jasnell",
"html_url": "https://github.com/jasnell",
"followers_url": "https://api.github.com/users/jasnell/followers",
"following_url": "https://api.github.com/users/jasnell/following{/other_user}",
"gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
"organizations_url": "https://api.github.com/users/jasnell/orgs",
"repos_url": "https://api.github.com/users/jasnell/repos",
"events_url": "https://api.github.com/users/jasnell/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasnell/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-04-25T17:39:44Z",
"updated_at": "2013-05-06T17:21:19Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In the current draft (-02), we state that:\r\n\r\nA. Any endpoint can initiate and half-close a fully unidirectional stream that does not require any action or acknowledgement from the receiving peer. Once half-closed, these remain in a constant half-closed state with the receiving peer having the option of sending frames for that stream at any time for the full duration of the session.\r\n\r\nB. An endpoint MUST NOT exceed the maximum concurrent streams limit set by it's peer and that half-closed streams in any direction count towards this limit.\r\n\r\nC. Unless I missed it somewhere, clients are not required to half-close PUSH_PROMISE streams.\r\n\r\nThe potential problem here is simple:\r\n\r\nIf a client sets a limit of 4 concurrent streams, and the server initiates 4 separate PUSH_PROMISE streams that the server half-closes but that are never half-closed by the client, the server not be able to initiate new push streams for the duration of the session. \r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/75",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/75/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/75/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/75/events",
"html_url": "https://github.com/http2/http2-spec/issues/75",
"id": 13647912,
"number": 75,
"title": "Design Issue: PUSH_PROMISE Stream Priority",
"user": {
"login": "jasnell",
"id": 439929,
"avatar_url": "https://secure.gravatar.com/avatar/830962eaddef175acc258804975835f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "830962eaddef175acc258804975835f1",
"url": "https://api.github.com/users/jasnell",
"html_url": "https://github.com/jasnell",
"followers_url": "https://api.github.com/users/jasnell/followers",
"following_url": "https://api.github.com/users/jasnell/following{/other_user}",
"gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
"organizations_url": "https://api.github.com/users/jasnell/orgs",
"repos_url": "https://api.github.com/users/jasnell/repos",
"events_url": "https://api.github.com/users/jasnell/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasnell/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-04-25T16:35:09Z",
"updated_at": "2013-04-25T18:02:49Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The current draft (-02) says, \"The endpoint establishing a new stream can assign a priority for the stream.\"\r\n\r\nHowever, the spec does not define how a stream established using PUSH_PROMISE can assign the priority for a stream, nor does the spec discuss whether the notion of stream priority applies to push streams.\r\n\r\nThe spec currently states that PUSH_PROMISE is followed later on by a HEADERS frame. \r\n\r\nIf priority applies to push streams, then we need to add that priority can be assigned by allowing the use of a HEADERS+PRIORITY frame. Otherwise, we need to clarify the spec text to say that push streams have no priority."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/73",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/73/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/73/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/73/events",
"html_url": "https://github.com/http2/http2-spec/issues/73",
"id": 13613837,
"number": 73,
"title": "Editorial Issue: Unilateral Stream Creation",
"user": {
"login": "jasnell",
"id": 439929,
"avatar_url": "https://secure.gravatar.com/avatar/830962eaddef175acc258804975835f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "830962eaddef175acc258804975835f1",
"url": "https://api.github.com/users/jasnell",
"html_url": "https://github.com/jasnell",
"followers_url": "https://api.github.com/users/jasnell/followers",
"following_url": "https://api.github.com/users/jasnell/following{/other_user}",
"gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
"organizations_url": "https://api.github.com/users/jasnell/orgs",
"repos_url": "https://api.github.com/users/jasnell/repos",
"events_url": "https://api.github.com/users/jasnell/events{/privacy}",
"received_events_url": "https://api.github.com/users/jasnell/received_events",
"type": "User"
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-04-24T22:15:30Z",
"updated_at": "2013-05-08T02:46:11Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The current draft (-02) current states: \"Streams can be established and used unilaterally.\" \r\n\r\nIs this really the case? Can a server unilaterally decide to start sending unsolicited stream frames to a client without an associated PUSH_PROMISE or HTTP Request?"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/68",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/68/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/68/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/68/events",
"html_url": "https://github.com/http2/http2-spec/issues/68",
"id": 13362602,
"number": 68,
"title": "PING payload",
"user": {
"login": "jpinner",
"id": 850440,
"avatar_url": "https://secure.gravatar.com/avatar/804ebb3c4f539f15f84b75383e016842?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "804ebb3c4f539f15f84b75383e016842",
"url": "https://api.github.com/users/jpinner",
"html_url": "https://github.com/jpinner",
"followers_url": "https://api.github.com/users/jpinner/followers",
"following_url": "https://api.github.com/users/jpinner/following{/other_user}",
"gists_url": "https://api.github.com/users/jpinner/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jpinner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jpinner/subscriptions",
"organizations_url": "https://api.github.com/users/jpinner/orgs",
"repos_url": "https://api.github.com/users/jpinner/repos",
"events_url": "https://api.github.com/users/jpinner/events{/privacy}",
"received_events_url": "https://api.github.com/users/jpinner/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 8,
"created_at": "2013-04-18T18:13:27Z",
"updated_at": "2013-04-19T02:45:04Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In the current draft, the PING frame requires the server to resend an arbitrarily large payload.\r\n\r\nPerhaps restrict the length of the PING frame to 0, allow any stream identifier in the header require the server to echo the identifier?\r\n\r\nI'm not sure what benefit being able to echo arbitrary contents provides."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/67",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/67/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/67/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/67/events",
"html_url": "https://github.com/http2/http2-spec/issues/67",
"id": 13145323,
"number": 67,
"title": "3.3.1 Frame Header - Reserved bit",
"user": {
"login": "brianraymor",
"id": 3644743,
"avatar_url": "https://secure.gravatar.com/avatar/588f5f08299c52e19c6a15ce0098a93e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "588f5f08299c52e19c6a15ce0098a93e",
"url": "https://api.github.com/users/brianraymor",
"html_url": "https://github.com/brianraymor",
"followers_url": "https://api.github.com/users/brianraymor/followers",
"following_url": "https://api.github.com/users/brianraymor/following{/other_user}",
"gists_url": "https://api.github.com/users/brianraymor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/brianraymor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/brianraymor/subscriptions",
"organizations_url": "https://api.github.com/users/brianraymor/orgs",
"repos_url": "https://api.github.com/users/brianraymor/repos",
"events_url": "https://api.github.com/users/brianraymor/events{/privacy}",
"received_events_url": "https://api.github.com/users/brianraymor/received_events",
"type": "User"
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2013-04-13T00:41:21Z",
"updated_at": "2013-04-18T21:56:54Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "3.3.1. Frame Header\r\n\r\n\r\n R: A reserved 1-bit field. The semantics of this bit are not\r\n defined.\r\n\r\nWhat is the purpose for this field?\r\n\r\nWhy not just have a 32-bit stream identifier?\r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/65",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/65/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/65/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/65/events",
"html_url": "https://github.com/http2/http2-spec/issues/65",
"id": 13140548,
"number": 65,
"title": "SETTINGS_CURRENT_CWND: keep it or drop it?",
"user": {
"login": "GabrielMontenegro",
"id": 4130792,
"avatar_url": "https://secure.gravatar.com/avatar/63297c31e5ceb3ddb64b3b38bed4d117?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "63297c31e5ceb3ddb64b3b38bed4d117",
"url": "https://api.github.com/users/GabrielMontenegro",
"html_url": "https://github.com/GabrielMontenegro",
"followers_url": "https://api.github.com/users/GabrielMontenegro/followers",
"following_url": "https://api.github.com/users/GabrielMontenegro/following{/other_user}",
"gists_url": "https://api.github.com/users/GabrielMontenegro/gists{/gist_id}",
"starred_url": "https://api.github.com/users/GabrielMontenegro/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GabrielMontenegro/subscriptions",
"organizations_url": "https://api.github.com/users/GabrielMontenegro/orgs",
"repos_url": "https://api.github.com/users/GabrielMontenegro/repos",
"events_url": "https://api.github.com/users/GabrielMontenegro/events{/privacy}",
"received_events_url": "https://api.github.com/users/GabrielMontenegro/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-04-12T21:36:14Z",
"updated_at": "2013-04-12T21:36:14Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Must decide whether we'll keep it or drop it."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/63",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/63/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/63/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/63/events",
"html_url": "https://github.com/http2/http2-spec/issues/63",
"id": 13104461,
"number": 63,
"title": "The stream ID in GOAWAY",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 4,
"created_at": "2013-04-12T06:01:58Z",
"updated_at": "2013-05-07T00:08:33Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "\"An endpoint that encounters a session error MUST first send a GOAWAY frame with the stream identifier of the last stream that it successfully received from its peer.\"\r\n\r\nWhat does that mean? Is it the stream ID of the last *frame* received from its peer, regardless of who initiated the stream? Is it the last successfully initiated stream *by* the peer?\r\n\r\nWe also use \"peer\" a fair amount without defining it..."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/62",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/62/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/62/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/62/events",
"html_url": "https://github.com/http2/http2-spec/issues/62",
"id": 13104278,
"number": 62,
"title": "Timing of REFUSED_STREAM",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-04-12T05:53:05Z",
"updated_at": "2013-04-12T20:22:31Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In Stream Creation, the draft currently says:\r\n\r\n\"Upon receipt of a frame, the recipient can terminate the corresponding stream by sending a stream error of type REFUSED_STREAM.\"\r\n\r\nIs this really just upon receipt of a frame? Can't it be any time?"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/61",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/61/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/61/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/61/events",
"html_url": "https://github.com/http2/http2-spec/issues/61",
"id": 13104254,
"number": 61,
"title": "Establishing a new stream upon exhaustion",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-04-12T05:51:31Z",
"updated_at": "2013-04-24T05:03:16Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Currently, the draft says:\r\n\r\n\"An endpoint that is unable to create a new stream identifier can establish a new session for any new streams.\"\r\n\r\nWell, that's true for clients, but not for servers. Suggest refining to just be for clients, not endpoints (unless we want to come up with some complicated session resumption strategy; I'd rather not)."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/60",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/60/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/60/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/60/events",
"html_url": "https://github.com/http2/http2-spec/issues/60",
"id": 13104187,
"number": 60,
"title": "Definition of \"message\"",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-04-12T05:49:08Z",
"updated_at": "2013-04-12T05:49:08Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "... is currently:\r\n \"A complete sequence of frames.\"\r\n\r\nThat's a very odd definition; what does \"complete\" mean? Is this a concept at the framing layer, or a HTTP message?\r\n\r\nI think we should either make this align with the definition of a HTTP message, or delete."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/59",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/59/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/59/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/59/events",
"html_url": "https://github.com/http2/http2-spec/issues/59",
"id": 12936235,
"number": 59,
"title": "Update TLSNPN references to TLSALPN",
"user": {
"login": "brianraymor",
"id": 3644743,
"avatar_url": "https://secure.gravatar.com/avatar/588f5f08299c52e19c6a15ce0098a93e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "588f5f08299c52e19c6a15ce0098a93e",
"url": "https://api.github.com/users/brianraymor",
"html_url": "https://github.com/brianraymor",
"followers_url": "https://api.github.com/users/brianraymor/followers",
"following_url": "https://api.github.com/users/brianraymor/following{/other_user}",
"gists_url": "https://api.github.com/users/brianraymor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/brianraymor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/brianraymor/subscriptions",
"organizations_url": "https://api.github.com/users/brianraymor/orgs",
"repos_url": "https://api.github.com/users/brianraymor/repos",
"events_url": "https://api.github.com/users/brianraymor/events{/privacy}",
"received_events_url": "https://api.github.com/users/brianraymor/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editor-ready",
"name": "editor-ready",
"color": "0b02e1"
}
],
"state": "open",
"assignee": null,
"milestone": {
"url": "https://api.github.com/repos/http2/http2-spec/milestones/1",
"labels_url": "https://api.github.com/repos/http2/http2-spec/milestones/1/labels",
"id": 275793,
"number": 1,
"title": "Implementation Draft 1",
"description": "First draft for implementation experience.",
"creator": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"open_issues": 8,
"closed_issues": 14,
"state": "open",
"created_at": "2013-02-25T23:21:06Z",
"updated_at": "2013-04-12T04:31:26Z",
"due_on": "2013-04-22T07:00:00Z"
},
"comments": 0,
"created_at": "2013-04-08T18:07:15Z",
"updated_at": "2013-04-12T04:31:26Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "http://www.ietf.org/mail-archive/web/tls/current/msg09470.html \r\n\r\nALPN is now a TLS work item. The TLSNPN references in the HTTP/2 draft should be updated to TLSALPN.\r\n\r\nhttps://datatracker.ietf.org/doc/draft-ietf-tls-applayerprotoneg\r\n\r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/57",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/57/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/57/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/57/events",
"html_url": "https://github.com/http2/http2-spec/issues/57",
"id": 12470690,
"number": 57,
"title": "Provide a way to reject non-idempotent requests safely",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://secure.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "3fa6569f8aa70b9a0a7df4ad7bebc0df",
"url": "https://api.github.com/users/martinthomson",
"html_url": "https://github.com/martinthomson",
"followers_url": "https://api.github.com/users/martinthomson/followers",
"following_url": "https://api.github.com/users/martinthomson/following{/other_user}",
"gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions",
"organizations_url": "https://api.github.com/users/martinthomson/orgs",
"repos_url": "https://api.github.com/users/martinthomson/repos",
"events_url": "https://api.github.com/users/martinthomson/events{/privacy}",
"received_events_url": "https://api.github.com/users/martinthomson/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 6,
"created_at": "2013-03-26T20:52:59Z",
"updated_at": "2013-04-24T00:12:01Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The REFUSED_STREAM error code on RST_STREAM has an unexplained, yet potentially important property. This error code is a clear signal to the receiver that the framing layer did not pass any frames to an upper layer for processing.\r\n\r\nThis allows a client to use this error code as a signal that the HTTP request it made can be safely retried, even if that request would not ordinarily permit that. That is, a client (or intermediary ?) can safely retry an non-idempotent request.\r\n\r\nThis gets around the retry prohibition in http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-22#section-6.3.1\r\n\r\nThis needs to be better explained, perhaps with a new section in the HTTP usage section.\r\n\r\nSee thread starting at http://lists.w3.org/Archives/Public/ietf-http-wg/2013JanMar/1353.html"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/52",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/52/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/52/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/52/events",
"html_url": "https://github.com/http2/http2-spec/issues/52",
"id": 12144965,
"number": 52,
"title": "Characteristics of pre-Upgrade request",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://secure.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "3fa6569f8aa70b9a0a7df4ad7bebc0df",
"url": "https://api.github.com/users/martinthomson",
"html_url": "https://github.com/martinthomson",
"followers_url": "https://api.github.com/users/martinthomson/followers",
"following_url": "https://api.github.com/users/martinthomson/following{/other_user}",
"gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions",
"organizations_url": "https://api.github.com/users/martinthomson/orgs",
"repos_url": "https://api.github.com/users/martinthomson/repos",
"events_url": "https://api.github.com/users/martinthomson/events{/privacy}",
"received_events_url": "https://api.github.com/users/martinthomson/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-03-18T17:43:30Z",
"updated_at": "2013-03-18T17:43:30Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The following attributes - which are normally attributed to HTTP/2.0 requests - are not available for the pre-Upgrade request in HTTP/1.1. These require defaults:\r\n - Stream ID (default to 1)\r\n - Priority (default to 0.5/2^30)\r\n\r\nWe also need to determine the status of the stream, which probably needs to be half-closed from the server side."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/51",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/51/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/51/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/51/events",
"html_url": "https://github.com/http2/http2-spec/issues/51",
"id": 12046713,
"number": 51,
"title": "Client advertising settings during Upgrade dance",
"user": {
"login": "OsamaM",
"id": 3655154,
"avatar_url": "https://secure.gravatar.com/avatar/f3f5b37eabb5d6c7dda9bf3c2bdd20db?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "f3f5b37eabb5d6c7dda9bf3c2bdd20db",
"url": "https://api.github.com/users/OsamaM",
"html_url": "https://github.com/OsamaM",
"followers_url": "https://api.github.com/users/OsamaM/followers",
"following_url": "https://api.github.com/users/OsamaM/following{/other_user}",
"gists_url": "https://api.github.com/users/OsamaM/gists{/gist_id}",
"starred_url": "https://api.github.com/users/OsamaM/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/OsamaM/subscriptions",
"organizations_url": "https://api.github.com/users/OsamaM/orgs",
"repos_url": "https://api.github.com/users/OsamaM/repos",
"events_url": "https://api.github.com/users/OsamaM/events{/privacy}",
"received_events_url": "https://api.github.com/users/OsamaM/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-03-15T01:12:42Z",
"updated_at": "2013-03-15T01:17:10Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "This issue is to track whether the client should advertise its settings (e.g. contents of SETTINGS frame) as part of the Upgrade GET (e.g. as HTTP/1.1 headers in the GET request).\r\n\r\nNormally, the first HTTP/2.0 frame the client emits is the SETTINGS frame. This means the server will receive the client's settings before getting the SYN_STREAM from the client. However, in the Upgrade Dance the server receives the GET and has to respond with a 101 HTTP/1.1 response followed by the HTTP/2.0 SYN_REPLY.\r\n\r\nThe ugliness here is that the server will be in a situation where it has to send the SYN_REPLY (and possibly DATA frames and possibly start push streams) without knowing the client's settings. This means the server may blow the client’s flow control buffers, or emit a pushed stream even though the client is incapable of processing pushed streams, etc.\r\n\r\nIf we include the settings as part of the initial Upgrade GET then\r\n1) Server receives the pre-requisite initials settings and the initial GET request in a single package. Makes life simpler.\r\n2) Brings us to parity with the SSL route where the server will have the cilent's SETTINGS before it starts working on the initial request."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/50",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/50/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/50/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/50/events",
"html_url": "https://github.com/http2/http2-spec/issues/50",
"id": 11896165,
"number": 50,
"title": "Header continuation",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://secure.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "3fa6569f8aa70b9a0a7df4ad7bebc0df",
"url": "https://api.github.com/users/martinthomson",
"html_url": "https://github.com/martinthomson",
"followers_url": "https://api.github.com/users/martinthomson/followers",
"following_url": "https://api.github.com/users/martinthomson/following{/other_user}",
"gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions",
"organizations_url": "https://api.github.com/users/martinthomson/orgs",
"repos_url": "https://api.github.com/users/martinthomson/repos",
"events_url": "https://api.github.com/users/martinthomson/events{/privacy}",
"received_events_url": "https://api.github.com/users/martinthomson/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://secure.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "3fa6569f8aa70b9a0a7df4ad7bebc0df",
"url": "https://api.github.com/users/martinthomson",
"html_url": "https://github.com/martinthomson",
"followers_url": "https://api.github.com/users/martinthomson/followers",
"following_url": "https://api.github.com/users/martinthomson/following{/other_user}",
"gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions",
"organizations_url": "https://api.github.com/users/martinthomson/orgs",
"repos_url": "https://api.github.com/users/martinthomson/repos",
"events_url": "https://api.github.com/users/martinthomson/events{/privacy}",
"received_events_url": "https://api.github.com/users/martinthomson/received_events",
"type": "User"
},
"milestone": null,
"comments": 3,
"created_at": "2013-03-11T20:25:54Z",
"updated_at": "2013-03-18T07:46:32Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "@grmocg suggested that his header compression (#2) would include the ability to continue header blocks across frames. We should track this as a separate issue.\r\n\r\nImportant consideration is the way that header blocks mutate session state (for header compression). Interleaving of continued header frames will cause issues if we don't address this.\r\n\r\nWe should also consider whether this is a general facility or not."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/47",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/47/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/47/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/47/events",
"html_url": "https://github.com/http2/http2-spec/issues/47",
"id": 11527556,
"number": 47,
"title": "Trailers",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://secure.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "3fa6569f8aa70b9a0a7df4ad7bebc0df",
"url": "https://api.github.com/users/martinthomson",
"html_url": "https://github.com/martinthomson",
"followers_url": "https://api.github.com/users/martinthomson/followers",
"following_url": "https://api.github.com/users/martinthomson/following{/other_user}",
"gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions",
"organizations_url": "https://api.github.com/users/martinthomson/orgs",
"repos_url": "https://api.github.com/users/martinthomson/repos",
"events_url": "https://api.github.com/users/martinthomson/events{/privacy}",
"received_events_url": "https://api.github.com/users/martinthomson/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-03-01T01:05:21Z",
"updated_at": "2013-04-23T20:46:18Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Clearly, HEADERS can be used to support HTTP/1.1 trailers, or even mid-response additional headers. Trailers do have their uses, but are poorly supported. We need to say something about them, but what will that be?\r\n\r\nSince trailers are non-critical, we could remove support entirely. Or we could allow arbitrary numbers of HEADERS frames with some rules about which ones can be ignored safely. Or something in between."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/44",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/44/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/44/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/44/events",
"html_url": "https://github.com/http2/http2-spec/issues/44",
"id": 11388684,
"number": 44,
"title": "Explicit SETTINGS flag for disabling flow control",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/design",
"name": "design",
"color": "02d7e1"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editor-ready",
"name": "editor-ready",
"color": "0b02e1"
}
],
"state": "open",
"assignee": null,
"milestone": {
"url": "https://api.github.com/repos/http2/http2-spec/milestones/1",
"labels_url": "https://api.github.com/repos/http2/http2-spec/milestones/1/labels",
"id": 275793,
"number": 1,
"title": "Implementation Draft 1",
"description": "First draft for implementation experience.",
"creator": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mnot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mnot/subscriptions",
"organizations_url": "https://api.github.com/users/mnot/orgs",
"repos_url": "https://api.github.com/users/mnot/repos",
"events_url": "https://api.github.com/users/mnot/events{/privacy}",
"received_events_url": "https://api.github.com/users/mnot/received_events",
"type": "User"
},
"open_issues": 8,
"closed_issues": 14,
"state": "open",
"created_at": "2013-02-25T23:21:06Z",
"updated_at": "2013-04-12T04:31:26Z",
"due_on": "2013-04-22T07:00:00Z"
},
"comments": 3,
"created_at": "2013-02-26T01:00:24Z",
"updated_at": "2013-04-11T11:25:02Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": ""
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/42",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/42/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/42/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/42/events",
"html_url": "https://github.com/http2/http2-spec/issues/42",
"id": 11387206,
"number": 42,
"title": "Security Considerations: intermediary encapsulation attacks",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://secure.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"gravatar_id": "38f92fdb9ac1b5213d40c595b14ec620",
"url": "https://api.github.com/users/mnot",
"html_url": "https://github.com/mnot",
"followers_url": "https://api.github.com/users/mnot/followers",
"following_url": "https://api.github.com/users/mnot/following{/other_user}",
"gists_url": "https://api.github.com/users/mnot/gists{/gist_id}",