X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fexamples%2Fhighlander.ml;h=24a4abd84d9d01e211dc3b1689eff213cd48c2f7;hb=2228717a5f41aab3b157713e40753016ad46c2ae;hp=b58d3a6e7358b0b4cd51c97373a145bf1491cd77;hpb=a73d8f7f46dcb03d33417e02b7327a1cd7fc9b6d;p=helm.git diff --git a/helm/DEVEL/ocaml-http/examples/highlander.ml b/helm/DEVEL/ocaml-http/examples/highlander.ml index b58d3a6e7..24a4abd84 100644 --- a/helm/DEVEL/ocaml-http/examples/highlander.ml +++ b/helm/DEVEL/ocaml-http/examples/highlander.ml @@ -2,7 +2,7 @@ (* OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002> Stefano Zacchiroli + Copyright (C) <2002-2004> Stefano Zacchiroli This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ port *) open Printf;; let callback req outchan = - Http_daemon.send_basic_headers ~code:200 outchan; + Http_daemon.send_basic_headers ~code:(`Code 200) outchan; Http_daemon.send_CRLF outchan; let str = (sprintf "request path = %s\n" req#path) ^