From c06d7ae216653045f6c4f2cc6ca5198e35003ab1 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Fri, 9 Feb 2001 11:36:17 +0000 Subject: [PATCH] xsltProcessorHTTP.ml : no temp file created, the problem was due to a libxml bug fixed in version 2.2.9, upgrade! --- helm/interface/xsltProcessorHTTP.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/interface/xsltProcessorHTTP.ml b/helm/interface/xsltProcessorHTTP.ml index 56096a314..ed26724ca 100644 --- a/helm/interface/xsltProcessorHTTP.ml +++ b/helm/interface/xsltProcessorHTTP.ml @@ -47,6 +47,6 @@ let process uri usecache mode = "" ) in - ClientHTTP.get_and_save_to_tmp string_to_send + string_to_send ;; -- 2.39.2