Skip to content

Commit

Permalink
Changes since v0.2.0
Browse files Browse the repository at this point in the history
SVN Revision: 115
  • Loading branch information
nniclausse committed Dec 9, 2003
1 parent 6ba1ebb commit 4f5c55f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
@@ -1,3 +1,12 @@
0.2.0 -> 0.2.1: Minor bugfixes and small enhancements (9 Dec 2003)
- optizime session memory consumption: use an ets table to store session setup
- HTTP: fix crash when content-length is not set in headers
- HTTP: fix POST method
- HTTP: preliminary chunked-encoding support in HTTP/1.1
- HTTP: Absolute URL are handled (server and port can be overridden )
- no more .hosts.erlang required
- add stats on simultaneous users

0.1.1 -> 0.2.0: Major Feature Enhancements (Aug 2003)
- add 'realtime' stats
- add new 'parse' type of protocol
Expand Down
3 changes: 1 addition & 2 deletions TODO
@@ -1,7 +1,6 @@

- test more carefully cookie support
- test more carefully POST support
- cache ssl session ID
- cache ssl session ID [ssl application don't support this]
- handle http/1.1 pipelining ?
- add multiple tcp connections per client (for http) ?
- improve documentation
Expand Down

0 comments on commit 4f5c55f

Please sign in to comment.