X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Frdfly%2Frdfly.ml;h=da06477dc652a7e1d8cfe5f4788c7b0f3fab482f;hb=5c796440126e33778e4b3f763ce37b677b378cc5;hp=724d8f8bd9af6b19b55127a7c23fd301327007fa;hpb=33036a1e6428d09d3ce35a820c983bf25107a136;p=helm.git diff --git a/helm/DEVEL/rdfly/rdfly.ml b/helm/DEVEL/rdfly/rdfly.ml index 724d8f8bd..da06477dc 100644 --- a/helm/DEVEL/rdfly/rdfly.ml +++ b/helm/DEVEL/rdfly/rdfly.ml @@ -35,7 +35,8 @@ let msg_output_trailer msg = let msg_output_dc_header msg obj = msg_output_string msg "\n\n" ; - msg_output_string msg ("\n") + msg_output_string msg ("\n") ; + msg_output_string msg " " ;; let msg_output_dc_trailer msg = @@ -153,7 +154,7 @@ let daemonport = Helm_registry.get_int "rdfly.port";; let callback (req: Http_types.request) ch = try debug_print ("Connection from " ^ req#clientAddr) ; - debug_print ("Received request: " ^ req#path) ; + debug_print ("Received request: " ^ req#uri) ; (match req#path with | "/help" -> return_html_error "yeah right..." ch