[SCM] applications.git branch, pierre-alex, updated. e2ad5abd880baad4dcc1495d7e6814aeb5cba04d

ontologiae ontologiae at ordinateur-de-ontologiae.local
Tue Mar 30 17:16:41 UTC 2010


The following commit has been merged in the pierre-alex branch:
commit 395f589f8fce4d0afdd250c9b3292d94daffeb02
Author: ontologiae <ontologiae at ordinateur-de-ontologiae.local>
Date:   Sat Feb 6 14:02:30 2010 +0100

    http server post

diff --git a/examples/standard/http/mini_server.li b/examples/standard/http/mini_server.li
index b441992..8f01723 100644
--- a/examples/standard/http/mini_server.li
+++ b/examples/standard/http/mini_server.li
@@ -102,7 +102,7 @@ Section Public
         s.replace_all "HTTP/1.1" with "";
         ("URI : " +s).printline;
        // my_buf := orig_buf.twin;
-        //my_buf.replace_all "pattern" with s;
+        my_buf.replace_all "pattern" with s;
         my_buf :=  HTTP_SERVER.get_file s;
         HTTP_SERVER.send my_buf type_mime "text/html";
         

-- 
applications.git



More information about the Lisaac-commits mailing list