From: <mik...@us...> - 2004-01-01 14:51:04
|
Update of /cvsroot/sharedaemon/sharedaemon-ui-web In directory sc8-pr-cvs1:/tmp/cvs-serv9842 Modified Files: ChangeLog Log Message: 01/01/2004 Mikael Barbeaux * Fixed a bug while parsing query string of http request. * Basic implementation for method processors ( GET, HEAD and POST ). Index: ChangeLog =================================================================== RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- ChangeLog 1 Jan 2004 14:21:11 -0000 1.30 +++ ChangeLog 1 Jan 2004 14:51:00 -0000 1.31 @@ -24,6 +24,8 @@ ----------------------------------------------------------- 01/01/2004 Mikael Barbeaux + * Fixed a bug while parsing query string of http request. + * Basic implementation for method processors ( GET, HEAD and POST ). * Externalized http method processing algorithms. * HAPPY NEW YEAR !!!! :P * Started to implement http processing code. |