[Gd-chatter] r11580 - trunk/libraries/network/koala/sources/koala

hannes at gwydiondylan.org hannes at gwydiondylan.org
Tue Dec 25 22:52:22 CET 2007


Author: hannes
Date: Tue Dec 25 22:52:21 2007
New Revision: 11580

Modified:
   trunk/libraries/network/koala/sources/koala/library-unix.dylan
   trunk/libraries/network/koala/sources/koala/library.dylan
Log:
Job: koala
export get-header, request-method-setter and not-modified
in order to support 304 status code (not modified) in an
user application


Modified: trunk/libraries/network/koala/sources/koala/library-unix.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library-unix.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library-unix.dylan	Tue Dec 25 22:52:21 2007
@@ -133,6 +133,8 @@
     
 
 define module koala
+  //needed for last-modified stuff
+  create get-header, request-method-setter, not-modified;
 
   // Headers
   // Do these really need to be exported?

Modified: trunk/libraries/network/koala/sources/koala/library.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library.dylan	Tue Dec 25 22:52:21 2007
@@ -133,6 +133,8 @@
     
 
 define module koala
+  //needed for last-modified stuff
+  create get-header, request-method-setter, not-modified;
 
   // Headers
   // Do these really need to be exported?



More information about the chatter mailing list