forked from bagder/spindly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
31 lines (22 loc) · 1.18 KB
/
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
31
Here's a list of things to work on. Not necessarily in this order. And there
are things not included here we can do as well!
Communication with Thomas Roth (primary author of libspdy) was established
but hasn't worked. Ideally we'll work out a way in which we can work forward
in a way that will allow Thomas' team to join in and we can merge our
efforts at a later point.
http://spindly.haxx.se/ is now up and will be a hub for info around this
effort.
* SPDY draft 3 compatibility
http://mbelshe.github.com/SPDY-Specification/draft-mbelshe-spdy-00.xml
* Keep the actual SPDY protocol stuff in the libspdy files as originally
imported from libspdy to increase our chances of being able to merge them
with libspdy.org again. Use that API internally only, not exposed to
applications.
* write up two test applications that use the new API, one client and
one server
* implement the new API and document it in man pages
* Try it out in some early real-world application use cases (like libcurl) to
see that it also works in reality
* make test cases for the new API
* make sure the underlying spdy_ functions also use the memory functions as
set with spindly_phys_init()