Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
SVN Revision: 336
  • Loading branch information
nniclausse committed May 4, 2004
1 parent aa2565c commit 57adc8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.beta5 ->
1.0.beta5 -> 1.0.beta6:
- add a DTD for the configuration file
- HTTP: fix partial header parsing (mickael.remond@erlang-fr.org)
- HTTP: fix chunk parsing when the chunk-size is split across two packets
Expand All @@ -9,6 +9,9 @@
- add response pattern to match (log if not match)
- check for bad input (config file, <client> name)
- merge client and client_rcv processes into a single process
- fix: do not connect in init anymore; this fix too long phases when
connection time is high.
- connect stat is now for both new connections and reconnections
- various code cleanup

1.0.beta4 -> 1.0.beta5: Major Feature enhancements (25 Mar 2004)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- Erlang/OTP R9C-0 (http://www.erlang.org/download.html)

- xmerl-0.19 (http://sowap.sourceforge.net/download.html). A debian
binary package is provided in http://tsunami.idealx.org/dist/
binary package is provided at http://tsunami.idealx.org/dist/

xmerl-0.15 should work, but the notation <tag/> is not supported
by this version (use instead the full <tag></tag> notation)
Expand Down

0 comments on commit 57adc8e

Please sign in to comment.