0.8alpha.0.42:
[sbcl.git] / contrib / sb-simple-streams / TODO
1 -*- text -*-
2
3 - Writing beyond the end of a mapped-simple-stream is funky; arguably,
4   it should signal an error.
5
6 - write-octets / read-octets handling of encapsulated streams is
7   untested.
8
9 - Implement socket-base-simple-stream and chunked transfer encoding.
10
11 - Implement string streams.
12
13 - Make sure the code examples for stream encapsulation from Franz work
14
15 - Test every single output function