]> gitweb.factorcode.org Git - factor.git/commitdiff
fastcgi: fix load and compile errors
authorJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:56:00 +0000 (18:56 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:56:00 +0000 (18:56 -0800)
extra/fastcgi/fastcgi.factor

index 6500aabae1b9beb1a2d199bbfcf81cace0c391af..27519f4f8f040f4d50ecfe9e3dc97fe927fc730b 100644 (file)
@@ -16,7 +16,7 @@
 USING: accessors alien.enums alien.syntax assocs combinators
 combinators.smart formatting http http.server http.server.responses
 io io.binary io.directories
-io.encodings.binary io.files io.servers.connection io.sockets
+io.encodings.binary io.files io.servers io.sockets
 io.streams.byte-array kernel locals math namespaces pack prettyprint
 sequences sequences.deep strings threads urls.encoding unix.users ;
 IN: fastcgi
@@ -213,4 +213,4 @@ M: test-responder call-responder* 2drop test-output "text/html" <content> ;
     <test-responder> main-responder set
     socket-path [ delete-if-exists ] keep
     make-local-socket <fastcgi-server> dup fcgi-server set
-    start-server ;
+    start-server drop ;