This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
forked from httpwg/http2-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues.json
1675 lines (1673 loc) · 83.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/323",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/323/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/323/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/323/events",
"html_url": "https://github.com/http2/http2-spec/pull/323",
"id": 22772198,
"number": 323,
"title": "shorten alpn token from HTTP/2.0 to h2",
"user": {
"login": "mcmanus",
"id": 260531,
"avatar_url": "https://2.gravatar.com/avatar/2b0de973c803f192309b00777c594202?d=https%3A%2F%2Fidenticons.github.com%2F99bdc39b2b4a578e732662158a7a30d6.png&r=x",
"gravatar_id": "2b0de973c803f192309b00777c594202",
"url": "https://api.github.com/users/mcmanus",
"html_url": "https://github.com/mcmanus",
"followers_url": "https://api.github.com/users/mcmanus/followers",
"following_url": "https://api.github.com/users/mcmanus/following{/other_user}",
"gists_url": "https://api.github.com/users/mcmanus/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mcmanus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mcmanus/subscriptions",
"organizations_url": "https://api.github.com/users/mcmanus/orgs",
"repos_url": "https://api.github.com/users/mcmanus/repos",
"events_url": "https://api.github.com/users/mcmanus/events{/privacy}",
"received_events_url": "https://api.github.com/users/mcmanus/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-16T04:30:04Z",
"updated_at": "2013-11-16T04:30:04Z",
"closed_at": null,
"pull_request": {
"html_url": "https://github.com/http2/http2-spec/pull/323",
"diff_url": "https://github.com/http2/http2-spec/pull/323.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/323.patch"
},
"body": "TLS Client Hello's between 256 and 512 bytes need to be rounded up to 512 for compatibility reasons. This incents us to keep Client Hello parameters as small as possible to avoid the rounding - this change shortens the ALPN token of HTTP/2.0 to be simply \"h2\""
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/320",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/320/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/320/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/320/events",
"html_url": "https://github.com/http2/http2-spec/issues/320",
"id": 22710191,
"number": 320,
"title": "Orphaning http:// URIs",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-15T03:08:01Z",
"updated_at": "2013-11-15T03:08:33Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Depending on how #314 goes, we may be in a place where use of http:// URIs is being actively discouraged, at least for HTTP/2 and maybe overall.\r\n\r\nThis could be seen as a violation of our charter, and needs to be tracked. Possible resolutions include (but are not limited to):\r\n\r\n* Modifying our charter\r\n* Introducing opportunistic encryption for HTTP URIs (see #315)\r\n* Implementing HTTP/2 in the clear in defined situations"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/319",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/319/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/319/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/319/events",
"html_url": "https://github.com/http2/http2-spec/issues/319",
"id": 22710121,
"number": 319,
"title": "User Experience for TLS ",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/liaison",
"name": "liaison",
"color": "eb6420"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-15T03:04:39Z",
"updated_at": "2013-11-15T03:04:39Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The user experience for TLS -- including but not limited to how certificates and certificate authorities are presented -- could be better.\r\n\r\nThis is a liaison issue to track any efforts outside the WG (whether in the IETF or elsewhere) to improve it, for possible reference or requirements from HTTP/2."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/318",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/318/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/318/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/318/events",
"html_url": "https://github.com/http2/http2-spec/issues/318",
"id": 22710017,
"number": 318,
"title": "TLS profile for HTTP",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/liaison",
"name": "liaison",
"color": "eb6420"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-11-15T03:01:01Z",
"updated_at": "2013-11-15T15:19:35Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In #172, we set a baseline for TLS implementation. This issue is for tracking further improvements for consideration in how HTTP uses TLS; e.g. TLS 1.3, PFS suites, etc. \r\n\r\nNote that this is a liaison issue; the definition of the actual mechanisms is out of scope for our WG, we merely want to figure out what we want to reference / encourage / require."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/317",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/317/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/317/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/317/events",
"html_url": "https://github.com/http2/http2-spec/issues/317",
"id": 22709871,
"number": 317,
"title": "TLS man-in-the-middle",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/liaison",
"name": "liaison",
"color": "eb6420"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2013-11-15T02:56:23Z",
"updated_at": "2013-11-15T03:10:04Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Many have noted that TLS man-in-the-middle is becoming a serious problem on the Web.\r\n\r\nThis issue tracks possible mitigations, for potential reference from HTTP/2. Note that this is a liaison issue; we do not define the mechanisms themselves, and discussion regarding them (as opposed to their use in HTTP) is out of scope for the WG.\r\n\r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/316",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/316/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/316/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/316/events",
"html_url": "https://github.com/http2/http2-spec/issues/316",
"id": 22709822,
"number": 316,
"title": "\"Explicit\" Proxies",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-15T02:54:43Z",
"updated_at": "2013-11-15T02:54:43Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In some use cases, the network requires that traffic between a user agent and servers be visible to it (e.g., for application of policy, filtering, compliance requirements).\r\n\r\nCurrently, this is sometimes achieved using a combination of interception at a lower layer and TLS man-in-the-middle for HTTPS URIs. \r\n\r\nSeveral people have suggested that allowing an \"explicit\" proxy to be configured, where the proxy terminates TLS from the client, enforces its policy (etc.), and then uses a \"fresh\" TLS connection to the server, would enable these use cases.\r\n\r\nA number of issues need to be addressed as part of proposals, including:\r\n\r\n1. User experience recommendations (note that this might be out of scope for this WG, and therefore need to be done through a liaison)\r\n2. Security requirements for both the client and proxy (especially since the proxy takes on responsibility for terminating TLS to the origin)\r\n3. A possible opt-out mechanism for origin servers\r\n4. Protection against new kinds of attacks that exploit this mechanism\r\n5. Proxy discovery"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/315",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/315/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/315/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/315/events",
"html_url": "https://github.com/http2/http2-spec/issues/315",
"id": 22709669,
"number": 315,
"title": "Opportunistic Encryption",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-15T02:48:33Z",
"updated_at": "2013-11-15T03:08:33Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "One of the approaches considered for improving security is opportunistic encryption (e.g., as suggested in draft-nottingham-http2-encryption). \r\n\r\nTwo variants have been discussed; \"relaxed\" where server authentication is not checked, and \"strict\", where it is. In discussion, it appears that there's a preference for just using HTTPS URLs over \"strict\", but there is still some interest in \"relaxed.\"\r\n\r\nThere appears to be some implementer interest in this approach, but not yet readiness to implement, so this issue is on hold.\r\n\r\nNote that opp encryption might also be applied to HTTP/1.1.\r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/314",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/314/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/314/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/314/events",
"html_url": "https://github.com/http2/http2-spec/issues/314",
"id": 22709576,
"number": 314,
"title": "HTTP2 and http:// URIs on the \"open\" internet",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/security",
"name": "security",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 5,
"created_at": "2013-11-15T02:44:46Z",
"updated_at": "2013-11-17T20:28:30Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "A number of browser implementers have stated an intent to only implement HTTP/2 over TLS for traffic over the \"open\" internet.\r\n\r\nThey can achieve that today by only implementing HTTP/2 for https:// URIs, requiring site that wish to use the new protocol to redirect http:// URIs, possibly using HSTS to \"pin\" that upgrade.\r\n\r\nAs such, we do not necessarily need to specify this with requirements (e.g., with a MUST or MUST NOT); those sites that want to use the new protocol with these browsers will implement the pattern above.\r\n\r\nHowever, to promote interoperability, we might want to give guiding language or even requirements to frame this. This issue is specifically for collecting proposals for such text."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/313",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/313/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/313/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/313/events",
"html_url": "https://github.com/http2/http2-spec/issues/313",
"id": 22692753,
"number": 313,
"title": "break down examples into smaller artwork fragments",
"user": {
"login": "reschke",
"id": 332994,
"avatar_url": "https://1.gravatar.com/avatar/bb30b31e415950006cd819c061523d9c?d=https%3A%2F%2Fidenticons.github.com%2F04d66f19c78356c9dfaaacd9cc27df97.png&r=x",
"gravatar_id": "bb30b31e415950006cd819c061523d9c",
"url": "https://api.github.com/users/reschke",
"html_url": "https://github.com/reschke",
"followers_url": "https://api.github.com/users/reschke/followers",
"following_url": "https://api.github.com/users/reschke/following{/other_user}",
"gists_url": "https://api.github.com/users/reschke/gists{/gist_id}",
"starred_url": "https://api.github.com/users/reschke/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/reschke/subscriptions",
"organizations_url": "https://api.github.com/users/reschke/orgs",
"repos_url": "https://api.github.com/users/reschke/repos",
"events_url": "https://api.github.com/users/reschke/events{/privacy}",
"received_events_url": "https://api.github.com/users/reschke/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/header+compression",
"name": "header compression",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-14T21:07:08Z",
"updated_at": "2013-11-14T21:07:08Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Please break down the examples into smaller units of <artwork> for better readability and better page break control.\r\n\r\n(I can do that myself by I suspect the appendix might be autogenerated?)"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/312",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/312/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/312/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/312/events",
"html_url": "https://github.com/http2/http2-spec/issues/312",
"id": 22692543,
"number": 312,
"title": "please use example host names instead of foo.com and bar.com",
"user": {
"login": "reschke",
"id": 332994,
"avatar_url": "https://1.gravatar.com/avatar/bb30b31e415950006cd819c061523d9c?d=https%3A%2F%2Fidenticons.github.com%2F04d66f19c78356c9dfaaacd9cc27df97.png&r=x",
"gravatar_id": "bb30b31e415950006cd819c061523d9c",
"url": "https://api.github.com/users/reschke",
"html_url": "https://github.com/reschke",
"followers_url": "https://api.github.com/users/reschke/followers",
"following_url": "https://api.github.com/users/reschke/following{/other_user}",
"gists_url": "https://api.github.com/users/reschke/gists{/gist_id}",
"starred_url": "https://api.github.com/users/reschke/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/reschke/subscriptions",
"organizations_url": "https://api.github.com/users/reschke/orgs",
"repos_url": "https://api.github.com/users/reschke/repos",
"events_url": "https://api.github.com/users/reschke/events{/privacy}",
"received_events_url": "https://api.github.com/users/reschke/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/header+compression",
"name": "header compression",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-14T21:03:07Z",
"updated_at": "2013-11-14T21:03:07Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "see http://tools.ietf.org/html/rfc2606"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/306",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/306/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/306/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/306/events",
"html_url": "https://github.com/http2/http2-spec/issues/306",
"id": 22097887,
"number": 306,
"title": "Reference Alt-Svc",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://1.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https%3A%2F%2Fidenticons.github.com%2Fe0cd08f17fcb051abe7c7ddff07e9881.png&r=x",
"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",
"site_admin": false
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-05T03:37:22Z",
"updated_at": "2013-11-05T03:37:22Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "For learning about whether a server supports HTTP/2.0, http://tools.ietf.org/html/draft-nottingham-httpbis-alt-svc has been proposed as an experiment.\r\n\r\n@mnot will first revise the draft to make it clearer in scope and mechanism. Then we will add a reference to it as one of the ways that you can learn about HTTP/2.0 support."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/305",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/305/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/305/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/305/events",
"html_url": "https://github.com/http2/http2-spec/issues/305",
"id": 22097825,
"number": 305,
"title": "Header ordering should be preserved",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://1.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https%3A%2F%2Fidenticons.github.com%2Fe0cd08f17fcb051abe7c7ddff07e9881.png&r=x",
"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",
"site_admin": false
},
"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/header+compression",
"name": "header compression",
"color": "fbca04"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/HTTP+mapping",
"name": "HTTP mapping",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2013-11-05T03:34:41Z",
"updated_at": "2013-11-05T03:34:41Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "In addition to the general constraints on headers, cookies have an additional ordering constraint, once #292 is addressed."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/297",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/297/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/297/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/297/events",
"html_url": "https://github.com/http2/http2-spec/issues/297",
"id": 21424688,
"number": 297,
"title": "HPACK examples should include the following:",
"user": {
"login": "grmocg",
"id": 1006962,
"avatar_url": "https://0.gravatar.com/avatar/8c54ee6ec4fbcbc797a7a9b1a0dd2047?d=https%3A%2F%2Fidenticons.github.com%2Fd734f779eeac05d1b3a8797f94381f85.png&r=x",
"gravatar_id": "8c54ee6ec4fbcbc797a7a9b1a0dd2047",
"url": "https://api.github.com/users/grmocg",
"html_url": "https://github.com/grmocg",
"followers_url": "https://api.github.com/users/grmocg/followers",
"following_url": "https://api.github.com/users/grmocg/following{/other_user}",
"gists_url": "https://api.github.com/users/grmocg/gists{/gist_id}",
"starred_url": "https://api.github.com/users/grmocg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/grmocg/subscriptions",
"organizations_url": "https://api.github.com/users/grmocg/orgs",
"repos_url": "https://api.github.com/users/grmocg/repos",
"events_url": "https://api.github.com/users/grmocg/events{/privacy}",
"received_events_url": "https://api.github.com/users/grmocg/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/header+compression",
"name": "header compression",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-10-22T23:28:25Z",
"updated_at": "2013-11-04T22:24:37Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "encoding decoding of:\r\n header set consisting of single header with non-indexed name\r\n header set consisting of single header with indexed name\r\n header set consisting of many headers, including both indexed and non-indexed.\r\n\r\nencoding and decoding of:\r\n value or name string with huffman\r\n value or name string without huffman\r\n\r\neviction of elements when both huffman and non-huffman encoding was used\r\n(huffman coding is important there because we judge size based on the decoded size, not the encoded size)\r\n\r\nAdding a new entry which references the entry which will be evicted upon the new entry's addition to the state table."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/293",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/293/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/293/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/293/events",
"html_url": "https://github.com/http2/http2-spec/issues/293",
"id": 21351129,
"number": 293,
"title": "[HPACK] Pseudocode for integer decoding",
"user": {
"login": "akalin-chromium",
"id": 3744200,
"avatar_url": "https://1.gravatar.com/avatar/e19bd860dcfdbc6c0ba4c4edc7dca1ff?d=https%3A%2F%2Fidenticons.github.com%2F208e40e34af9837336f75582d9adb24d.png&r=x",
"gravatar_id": "e19bd860dcfdbc6c0ba4c4edc7dca1ff",
"url": "https://api.github.com/users/akalin-chromium",
"html_url": "https://github.com/akalin-chromium",
"followers_url": "https://api.github.com/users/akalin-chromium/followers",
"following_url": "https://api.github.com/users/akalin-chromium/following{/other_user}",
"gists_url": "https://api.github.com/users/akalin-chromium/gists{/gist_id}",
"starred_url": "https://api.github.com/users/akalin-chromium/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/akalin-chromium/subscriptions",
"organizations_url": "https://api.github.com/users/akalin-chromium/orgs",
"repos_url": "https://api.github.com/users/akalin-chromium/repos",
"events_url": "https://api.github.com/users/akalin-chromium/events{/privacy}",
"received_events_url": "https://api.github.com/users/akalin-chromium/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/editorial",
"name": "editorial",
"color": "02e10c"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/header+compression",
"name": "header compression",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2013-10-21T23:08:41Z",
"updated_at": "2013-11-04T22:24:55Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "We have pseudocode for integer encoding, but not for decoding. This may lead to problems for people smart enough to implement the encoding pseudocode, but not smart enough to derive a decoding implementation correctly (like me :)."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/288",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/288/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/288/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/288/events",
"html_url": "https://github.com/http2/http2-spec/issues/288",
"id": 21190158,
"number": 288,
"title": "Static table should be ordered based on statistical analysis",
"user": {
"login": "grmocg",
"id": 1006962,
"avatar_url": "https://0.gravatar.com/avatar/8c54ee6ec4fbcbc797a7a9b1a0dd2047?d=https%3A%2F%2Fidenticons.github.com%2Fd734f779eeac05d1b3a8797f94381f85.png&r=x",
"gravatar_id": "8c54ee6ec4fbcbc797a7a9b1a0dd2047",
"url": "https://api.github.com/users/grmocg",
"html_url": "https://github.com/grmocg",
"followers_url": "https://api.github.com/users/grmocg/followers",
"following_url": "https://api.github.com/users/grmocg/following{/other_user}",
"gists_url": "https://api.github.com/users/grmocg/gists{/gist_id}",
"starred_url": "https://api.github.com/users/grmocg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/grmocg/subscriptions",
"organizations_url": "https://api.github.com/users/grmocg/orgs",
"repos_url": "https://api.github.com/users/grmocg/repos",
"events_url": "https://api.github.com/users/grmocg/events{/privacy}",
"received_events_url": "https://api.github.com/users/grmocg/received_events",
"type": "User",
"site_admin": false
},
"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/header+compression",
"name": "header compression",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 4,
"created_at": "2013-10-17T22:35:37Z",
"updated_at": "2013-11-04T22:25:22Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "The static table needs to be ordered base upon a statistical analysis of utility (i.e. size of entry * frequency), with the most useful elements having the smallest indices."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/270",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/270/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/270/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/270/events",
"html_url": "https://github.com/http2/http2-spec/issues/270",
"id": 20842667,
"number": 270,
"title": "Priority Levelling",
"user": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"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/prioritisation",
"name": "prioritisation",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2013-10-10T23:40:01Z",
"updated_at": "2013-10-10T23:43:10Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "As discussed in Tokyo and later in Seattle. Proxies need to be able to level the priorities between multiple clients on a single back-end connection. May also be important to browsers with tabs.\r\n\r\nNote that it's theoretically possible to accommodate this today because we have repriorisation, but it can be *very* chatty.\r\n\r\nPossible solutions include priority grouping, trees or lists."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/264",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/264/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/264/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/264/events",
"html_url": "https://github.com/http2/http2-spec/issues/264",
"id": 20831766,
"number": 264,
"title": "1xx non-final status codes",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://1.gravatar.com/avatar/3fa6569f8aa70b9a0a7df4ad7bebc0df?d=https%3A%2F%2Fidenticons.github.com%2Fe0cd08f17fcb051abe7c7ddff07e9881.png&r=x",
"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",
"site_admin": false
},
"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/HTTP+mapping",
"name": "HTTP mapping",
"color": "fbca04"
}
],
"state": "open",
"assignee": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"milestone": {
"url": "https://api.github.com/repos/http2/http2-spec/milestones/4",
"labels_url": "https://api.github.com/repos/http2/http2-spec/milestones/4/labels",
"id": 490766,
"number": 4,
"title": "Fourth Implementation Draft",
"description": "",
"creator": {
"login": "mnot",
"id": 74384,
"avatar_url": "https://2.gravatar.com/avatar/38f92fdb9ac1b5213d40c595b14ec620?d=https%3A%2F%2Fidenticons.github.com%2F304ef9e7a10b927223121811862ff66d.png&r=x",
"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",
"site_admin": false
},
"open_issues": 3,
"closed_issues": 0,
"state": "open",
"created_at": "2013-11-20T06:11:05Z",
"updated_at": "2013-11-20T06:11:44Z",
"due_on": null
},
"comments": 1,
"created_at": "2013-10-10T20:06:04Z",
"updated_at": "2013-11-20T06:11:44Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "We've discussed, in relation to #18 the possibility of removing the ability to convey non-final status codes from HTTP/2.0 entirely."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/248",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/248/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/248/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/248/events",
"html_url": "https://github.com/http2/http2-spec/issues/248",
"id": 19818829,
"number": 248,
"title": "Cross-origin policy for pushed resources insecure?",
"user": {
"login": "joliss",
"id": 524783,
"avatar_url": "https://1.gravatar.com/avatar/4d6f74711436cfe252bf4fc8f3cf4971?d=https%3A%2F%2Fidenticons.github.com%2F01b74f6493b6fa8992d9b28d853ad419.png&r=x",
"gravatar_id": "4d6f74711436cfe252bf4fc8f3cf4971",
"url": "https://api.github.com/users/joliss",
"html_url": "https://github.com/joliss",
"followers_url": "https://api.github.com/users/joliss/followers",
"following_url": "https://api.github.com/users/joliss/following{/other_user}",
"gists_url": "https://api.github.com/users/joliss/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joliss/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joliss/subscriptions",
"organizations_url": "https://api.github.com/users/joliss/orgs",
"repos_url": "https://api.github.com/users/joliss/repos",
"events_url": "https://api.github.com/users/joliss/events{/privacy}",
"received_events_url": "https://api.github.com/users/joliss/received_events",
"type": "User",
"site_admin": false
},
"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/security",
"name": "security",
"color": "fbca04"
}
],
"state": "open",
"assignee": null,
"milestone": null,
"comments": 5,
"created_at": "2013-09-20T14:01:40Z",
"updated_at": "2013-10-11T16:08:03Z",
"closed_at": null,
"pull_request": {
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "http://http2.github.io/http2-spec/#rfc.section.10.1 says:\r\n> A server is considered authoritative for an \"http\" resource if the connection is\r\n> established to a resolved IP address for the domain in the origin of the resource.\r\n\r\nI believe this may be insecure: For instance, `foo.herokuapp.com` and `bar.herokuapp.com` could conceivably live behind a load balancer at the same IP address, yet `foo` shouldn't be able to push resources for `bar`. (Or am I mis-reading the spec here?)"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/220",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/220/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/220/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/220/events",
"html_url": "https://github.com/http2/http2-spec/issues/220",
"id": 17707796,
"number": 220,
"title": "Design: Introduce header value type codecs",
"user": {