This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch upstream
in repository ocamlnet.

commit e6c4d09297b5e8160dff3d369d85988877f6bd68
Author: Stephane Glondu <st...@glondu.net>
Date:   Sat Nov 9 12:28:08 2013 +0100

    Imported Upstream version 3.7.3
---
 configure                      |    4 ++--
 src/nethttpd/nethttpd_types.ml |    6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 253a802..5661533 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $Id: configure 1896 2013-08-30 18:18:28Z gerd $
+# $Id: configure 1898 2013-08-30 18:36:51Z gerd $
 
 #######################################################################
 # Helpers:
@@ -67,7 +67,7 @@ set_defaults () {
 ocamlc=`get_path ocamlc`
 set_defaults
 
-version="3.7.2"
+version="3.7.3"
 exec_suffix=""
 path_sep=":"
 
diff --git a/src/nethttpd/nethttpd_types.ml b/src/nethttpd/nethttpd_types.ml
index af538c9..bb463e2 100644
--- a/src/nethttpd/nethttpd_types.ml
+++ b/src/nethttpd/nethttpd_types.ml
@@ -1,4 +1,4 @@
-(* $Id: nethttpd_types.ml 1410 2010-02-14 19:44:28Z gerd $
+(* $Id: nethttpd_types.ml 1898 2013-08-30 18:36:51Z gerd $
  *
  *)
 
@@ -216,7 +216,7 @@ object(self)
 
   (* ---- The following is copied from Netcgi_env: ---- *)
 
-  method input_header = in_header
+  (* method input_header = in_header *)
 
   method input_header_field ?default name =
     try in_header # field name
@@ -250,8 +250,10 @@ object(self)
   method input_content_type() =
     Mimestring.scan_mime_type_ep (self # input_header_field "CONTENT-TYPE") []
 
+(*
   method output_header =
     out_header
+*)
 
   method output_header_field ?default name =
     try out_header # field name

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlnet.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to