forked from httpwg/http2-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.json
591 lines (583 loc) · 29.8 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
[
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/733",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/733/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/733/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/733/events",
"html_url": "https://github.com/http2/http2-spec/pull/733",
"id": 63542054,
"number": 733,
"title": "Goaway fix v2",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-03-22T15:14:34Z",
"updated_at": "2015-03-22T16:25:07Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/733",
"html_url": "https://github.com/http2/http2-spec/pull/733",
"diff_url": "https://github.com/http2/http2-spec/pull/733.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/733.patch"
},
"body": "After some sleep, I've read through the section and noticed a few other minor inconsistencies. This alters the structure slightly, as well as replacing the first sentence with a more accurate one.\r\n\r\nSupercedes #732. Closes #731, #732."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/732",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/732/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/732/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/732/events",
"html_url": "https://github.com/http2/http2-spec/pull/732",
"id": 63477727,
"number": 732,
"title": "Fixing bug with GOAWAY and graceful shutdown.",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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/editorial",
"name": "editorial",
"color": "009800"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-03-22T02:18:32Z",
"updated_at": "2015-03-22T08:18:26Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/732",
"html_url": "https://github.com/http2/http2-spec/pull/732",
"diff_url": "https://github.com/http2/http2-spec/pull/732.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/732.patch"
},
"body": "Closes #731."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/731",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/731/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/731/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/731/events",
"html_url": "https://github.com/http2/http2-spec/issues/731",
"id": 63341249,
"number": 731,
"title": "Some clarifications regarding GOAWAY.",
"user": {
"login": "buchgr",
"id": 1388179,
"avatar_url": "https://avatars.githubusercontent.com/u/1388179?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/buchgr",
"html_url": "https://github.com/buchgr",
"followers_url": "https://api.github.com/users/buchgr/followers",
"following_url": "https://api.github.com/users/buchgr/following{/other_user}",
"gists_url": "https://api.github.com/users/buchgr/gists{/gist_id}",
"starred_url": "https://api.github.com/users/buchgr/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/buchgr/subscriptions",
"organizations_url": "https://api.github.com/users/buchgr/orgs",
"repos_url": "https://api.github.com/users/buchgr/repos",
"events_url": "https://api.github.com/users/buchgr/events{/privacy}",
"received_events_url": "https://api.github.com/users/buchgr/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 13,
"created_at": "2015-03-21T01:00:35Z",
"updated_at": "2015-03-23T14:47:15Z",
"closed_at": null,
"body": "We are working on a HTTP/2 library and we are a bit confused and we would like to get it right.\r\n\r\nIs it correct that after a sender sent a `GOAWAY` frame with some `last stream identifier` to a receiver, the sender may still open new streams, even with stream identifiers higher than the `last stream identifier` sent in the `GOAWAY` frame? That is the `GOAWAY` frame and the `last stream identifier` only limit the ability of the receiver?\r\n\r\nIf this is correct, and I believe it is, then I find the following sentence in the first paragraph at `6.8 GOAWAY` confusing.\r\n\r\n> Once sent, the sender will ignore frames sent on any new streams with identifiers higher than the included last stream identifier.\r\n\r\nIn my opinion it should say something of the like \r\n\r\n> Once sent, the sender will ignore frames sent on any new streams **created by the receiver** with identifiers higher than the included last stream identifier.\r\n\r\nThanks."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/729",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/729/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/729/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/729/events",
"html_url": "https://github.com/http2/http2-spec/pull/729",
"id": 62412454,
"number": 729,
"title": "Clarify dynamic table maximum size evolution.",
"user": {
"login": "hruellan",
"id": 3206601,
"avatar_url": "https://avatars.githubusercontent.com/u/3206601?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/hruellan",
"html_url": "https://github.com/hruellan",
"followers_url": "https://api.github.com/users/hruellan/followers",
"following_url": "https://api.github.com/users/hruellan/following{/other_user}",
"gists_url": "https://api.github.com/users/hruellan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hruellan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hruellan/subscriptions",
"organizations_url": "https://api.github.com/users/hruellan/orgs",
"repos_url": "https://api.github.com/users/hruellan/repos",
"events_url": "https://api.github.com/users/hruellan/events{/privacy}",
"received_events_url": "https://api.github.com/users/hruellan/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2015-03-17T14:26:48Z",
"updated_at": "2015-03-17T17:24:47Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/729",
"html_url": "https://github.com/http2/http2-spec/pull/729",
"diff_url": "https://github.com/http2/http2-spec/pull/729.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/729.patch"
},
"body": "This is a minimal proposal for solving #728."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/728",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/728/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/728/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/728/events",
"html_url": "https://github.com/http2/http2-spec/issues/728",
"id": 62412268,
"number": 728,
"title": "Dynamic Table size update clarification",
"user": {
"login": "hruellan",
"id": 3206601,
"avatar_url": "https://avatars.githubusercontent.com/u/3206601?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/hruellan",
"html_url": "https://github.com/hruellan",
"followers_url": "https://api.github.com/users/hruellan/followers",
"following_url": "https://api.github.com/users/hruellan/following{/other_user}",
"gists_url": "https://api.github.com/users/hruellan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hruellan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hruellan/subscriptions",
"organizations_url": "https://api.github.com/users/hruellan/orgs",
"repos_url": "https://api.github.com/users/hruellan/repos",
"events_url": "https://api.github.com/users/hruellan/events{/privacy}",
"received_events_url": "https://api.github.com/users/hruellan/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-17T14:25:55Z",
"updated_at": "2015-03-17T14:25:55Z",
"closed_at": null,
"body": "Current text in 6.3 Dynamic Table Size Update may induce to think that the maximum size of the dynamic table can only be allowed to decrease:\r\n> The new maximum size MUST be lower than or equal to the last value of the maximum size of the dynamic table.\r\n\r\n"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/727",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/727/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/727/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/727/events",
"html_url": "https://github.com/http2/http2-spec/issues/727",
"id": 62274398,
"number": 727,
"title": "initial flow control window size state clarification",
"user": {
"login": "Scottmitch",
"id": 7562868,
"avatar_url": "https://avatars.githubusercontent.com/u/7562868?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/Scottmitch",
"html_url": "https://github.com/Scottmitch",
"followers_url": "https://api.github.com/users/Scottmitch/followers",
"following_url": "https://api.github.com/users/Scottmitch/following{/other_user}",
"gists_url": "https://api.github.com/users/Scottmitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Scottmitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Scottmitch/subscriptions",
"organizations_url": "https://api.github.com/users/Scottmitch/orgs",
"repos_url": "https://api.github.com/users/Scottmitch/repos",
"events_url": "https://api.github.com/users/Scottmitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/Scottmitch/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/RFC-editor",
"name": "RFC-editor",
"color": "eb6420"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 9,
"created_at": "2015-03-17T03:38:58Z",
"updated_at": "2015-03-23T15:52:29Z",
"closed_at": null,
"body": "[section 6.9.2](https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-6.9.2) has the following text:\r\n\r\n> A SETTINGS frame can alter the initial flow control window size for\r\n all streams in the \"open\" or \"half closed (remote)\" state. When the\r\n value of SETTINGS_INITIAL_WINDOW_SIZE changes, a receiver MUST adjust\r\n the size of all stream flow control windows that it maintains by the\r\n difference between the new value and the old value.\r\n\r\nDraft 17 added the changed `current streams` to `streams in the \"open\" or \"half closed (remote)\" state`. Can someone clarify why would streams in other states be excluded?"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/726",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/726/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/726/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/726/events",
"html_url": "https://github.com/http2/http2-spec/issues/726",
"id": 62240339,
"number": 726,
"title": "push_promise frame state clarification",
"user": {
"login": "Scottmitch",
"id": 7562868,
"avatar_url": "https://avatars.githubusercontent.com/u/7562868?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/Scottmitch",
"html_url": "https://github.com/Scottmitch",
"followers_url": "https://api.github.com/users/Scottmitch/followers",
"following_url": "https://api.github.com/users/Scottmitch/following{/other_user}",
"gists_url": "https://api.github.com/users/Scottmitch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Scottmitch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Scottmitch/subscriptions",
"organizations_url": "https://api.github.com/users/Scottmitch/orgs",
"repos_url": "https://api.github.com/users/Scottmitch/repos",
"events_url": "https://api.github.com/users/Scottmitch/events{/privacy}",
"received_events_url": "https://api.github.com/users/Scottmitch/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/http2/http2-spec/labels/RFC-editor",
"name": "RFC-editor",
"color": "eb6420"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 5,
"created_at": "2015-03-16T23:53:14Z",
"updated_at": "2015-03-23T17:19:02Z",
"closed_at": null,
"body": "[section-6.6](https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-6.6) has the following clarification added in draft 17:\r\n> PUSH_PROMISE frames MUST be associated with a peer-initiated stream\r\n that is in either the \"open\" or \"half closed (remote)\" state.\r\n\r\nShould this be `half closed (local)` instead of `half closed (remote)`?\r\n\r\nIf not I think we have an inconsistency with [section 5.1](https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-5.1) which has the following for the `half closed (remote)` section:\r\n> half closed (remote):\r\n A stream that is \"half closed (remote)\" is no longer being used by\r\n the peer to send frames. In this state, an endpoint is no longer\r\n obligated to maintain a receiver flow control window.\r\n \r\n>If an endpoint receives additional frames for a stream that is in\r\n this state, other than WINDOW_UPDATE, PRIORITY or RST_STREAM, it\r\n MUST respond with a stream error (Section 5.4.2) of type\r\n STREAM_CLOSED."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/725",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/725/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/725/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/725/events",
"html_url": "https://github.com/http2/http2-spec/pull/725",
"id": 62235595,
"number": 725,
"title": "'at any time' for PRIORITY was confusing people",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-16T23:24:12Z",
"updated_at": "2015-03-16T23:24:12Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/725",
"html_url": "https://github.com/http2/http2-spec/pull/725",
"diff_url": "https://github.com/http2/http2-spec/pull/725.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/725.patch"
},
"body": "This was confusing a few people who weren't clear if the prohibition on frame sending for CONTINUATION trumped this or not. This isn't a perfect fix, but it should be enough."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/724",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/724/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/724/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/724/events",
"html_url": "https://github.com/http2/http2-spec/pull/724",
"id": 62234406,
"number": 724,
"title": "Adding protection from padding for the fields in HEADERS",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-16T23:19:09Z",
"updated_at": "2015-03-16T23:19:09Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/724",
"html_url": "https://github.com/http2/http2-spec/pull/724",
"diff_url": "https://github.com/http2/http2-spec/pull/724.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/724.patch"
},
"body": "So that people can see what is going on."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/723",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/723/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/723/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/723/events",
"html_url": "https://github.com/http2/http2-spec/issues/723",
"id": 62232467,
"number": 723,
"title": "Fix padding descriptions",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-16T23:09:41Z",
"updated_at": "2015-03-16T23:09:41Z",
"closed_at": null,
"body": "This wasn't obvious, but all descriptions of padding reference DATA:\r\n\r\n> If the length of the padding is the length of the frame payload or greater, the recipient MUST treat this as a connection error (Section 5.4.1) of type PROTOCOL_ERROR. \r\n\r\nHowever, this is subtly wrong, as @daurnimator notes. The actual text should be:\r\n\r\n> If the length of the padding exceeds the length of the data (for HEADERS, the header block), then the recipient MUST ..."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/722",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/722/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/722/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/722/events",
"html_url": "https://github.com/http2/http2-spec/issues/722",
"id": 62226958,
"number": 722,
"title": "Reformat cipher suite list",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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/RFC-editor",
"name": "RFC-editor",
"color": "eb6420"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-16T22:41:41Z",
"updated_at": "2015-03-22T19:26:34Z",
"closed_at": null,
"body": "Just so I don't forget, make this a proper list rather than a comma-separated blob (the latter is hard to scan)."
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/721",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/721/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/721/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/721/events",
"html_url": "https://github.com/http2/http2-spec/issues/721",
"id": 62226851,
"number": 721,
"title": "HEADERS in \"idle\"",
"user": {
"login": "martinthomson",
"id": 67641,
"avatar_url": "https://avatars.githubusercontent.com/u/67641?v=3",
"gravatar_id": "",
"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/RFC-editor",
"name": "RFC-editor",
"color": "eb6420"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-03-16T22:41:03Z",
"updated_at": "2015-03-22T19:26:34Z",
"closed_at": null,
"body": "Minor bug that needs to be tracked...\r\n\r\n>From 6.2:\r\n> HEADERS frames can be sent on a stream in the \"open\" or \"half closed (remote)\" states.\r\n\r\nI assume the text in section 6.2 needs to be modified to add \"idle\"?"
},
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/714",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/714/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/714/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/714/events",
"html_url": "https://github.com/http2/http2-spec/pull/714",
"id": 57211942,
"number": 714,
"title": "Better explanation for static header table.",
"user": {
"login": "hruellan",
"id": 3206601,
"avatar_url": "https://avatars.githubusercontent.com/u/3206601?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/hruellan",
"html_url": "https://github.com/hruellan",
"followers_url": "https://api.github.com/users/hruellan/followers",
"following_url": "https://api.github.com/users/hruellan/following{/other_user}",
"gists_url": "https://api.github.com/users/hruellan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hruellan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hruellan/subscriptions",
"organizations_url": "https://api.github.com/users/hruellan/orgs",
"repos_url": "https://api.github.com/users/hruellan/repos",
"events_url": "https://api.github.com/users/hruellan/events{/privacy}",
"received_events_url": "https://api.github.com/users/hruellan/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-02-10T18:04:51Z",
"updated_at": "2015-02-11T23:30:44Z",
"closed_at": null,
"pull_request": {
"url": "https://api.github.com/repos/http2/http2-spec/pulls/714",
"html_url": "https://github.com/http2/http2-spec/pull/714",
"diff_url": "https://github.com/http2/http2-spec/pull/714.diff",
"patch_url": "https://github.com/http2/http2-spec/pull/714.patch"
},
"body": ""
}
]