forked from httpwg/http2-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues.json
84 lines (82 loc) · 4.27 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
[
{
"url": "https://api.github.com/repos/http2/http2-spec/issues/744",
"labels_url": "https://api.github.com/repos/http2/http2-spec/issues/744/labels{/name}",
"comments_url": "https://api.github.com/repos/http2/http2-spec/issues/744/comments",
"events_url": "https://api.github.com/repos/http2/http2-spec/issues/744/events",
"html_url": "https://github.com/http2/http2-spec/issues/744",
"id": 72663845,
"number": 744,
"title": "\"h2c\" not registered as HTTP Upgrade Token?",
"user": {
"login": "pyfisch",
"id": 2781017,
"avatar_url": "https://avatars.githubusercontent.com/u/2781017?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/pyfisch",
"html_url": "https://github.com/pyfisch",
"followers_url": "https://api.github.com/users/pyfisch/followers",
"following_url": "https://api.github.com/users/pyfisch/following{/other_user}",
"gists_url": "https://api.github.com/users/pyfisch/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pyfisch/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pyfisch/subscriptions",
"organizations_url": "https://api.github.com/users/pyfisch/orgs",
"repos_url": "https://api.github.com/users/pyfisch/repos",
"events_url": "https://api.github.com/users/pyfisch/events{/privacy}",
"received_events_url": "https://api.github.com/users/pyfisch/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 3,
"created_at": "2015-05-02T16:00:12Z",
"updated_at": "2015-05-04T09:16:08Z",
"closed_at": null,
"body": "The section [Starting HTTP/2 for \"http\" URIs](http://http2.github.io/http2-spec/#rfc.section.3.2) says \" The client does so by making an HTTP/1.1 request that includes an Upgrade header field with the \"h2c\" token.\", but why should not the \"h2c\" token registered in the [Upgrade Token Registry](http://www.iana.org/assignments/http-upgrade-tokens/http-upgrade-tokens.xhtml)? I can't find any reference in the [IANA Considerations](http://http2.github.io/http2-spec/#iana) section registering the token once the RFC gets published."
},
{
"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"
}
]