]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http-tests.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / http / http-tests.factor
old mode 100755 (executable)
new mode 100644 (file)
index eb8ba34..608ba0c
@@ -179,7 +179,7 @@ http.server.dispatchers db.tuples ;
 
 : add-quit-action
     <action>
-        [ stop-server "Goodbye" "text/html" <content> ] >>display
+        [ stop-this-server "Goodbye" "text/html" <content> ] >>display
     "quit" add-responder ;
 
 : test-db "test.db" temp-file <sqlite-db> ;