forked from grmocg/SPDY-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
30 lines (19 loc) · 959 Bytes
/
TODO
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
TODO LIST
[ ] rename GOAWAY to GOODBYE
[ ] replace PROTOCOL_ERROR with specific errors
[ ] figure out the right way to reference zlib compression
[ ] for duplicate RST_STREAM cases, suppress the multiple, duplicate frames
into just one (e.g when multiple data frames are received in a row for the
same dead stream
[ ] Require that stream-ids start at 1/2 and always increase by 2 for each new
stream?
[ ] Unidirectional streams are half-closed from the start - how to do
window-update frames?
[ ] Kinda lame that name/value pair blocks use 32bit values but are confined to
a 24bit length frame
[ ] Should we restrict compression settings to avoid clients causing large
memory footprints on server decompressors?
[ ] Consider mitigations against DoS attacks by way of huge headers blocks?
Should flow control apply to HEADER frames?
[ ] Eliminate the no-duplicate and lower case header shenanigans
[ ] Discuss IP Pooling