myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-267


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-267-gfa279d5
Date: Wed, 23 Jun 2010 13:04:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  fa279d5ec14c26dabb0b80e79bbb03d337c2eeda (commit)
      from  019962be8f4376abffeb724b242b4f6e31f0b8a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit fa279d5ec14c26dabb0b80e79bbb03d337c2eeda
Author: Giuseppe Scrivano <address@hidden>
Date:   Wed Jun 23 15:04:31 2010 +0200

    Do not remove immediately the temporary file containing the request payload.

diff --git a/myserver/src/protocol/http/http_data_read.cpp 
b/myserver/src/protocol/http/http_data_read.cpp
index 242baf2..ecbf056 100644
--- a/myserver/src/protocol/http/http_data_read.cpp
+++ b/myserver/src/protocol/http/http_data_read.cpp
@@ -300,8 +300,7 @@ int HttpDataRead::readPostData (HttpThreadContext* td, int* 
httpRetCode)
     Create the file that contains the posted data.
     This data is the stdin file in the CGI.
   */
-  if (td->inputData.createTemporaryFile (inputDataPath.c_str (), File::READ
-                                         | File::WRITE))
+  if (td->inputData.createTemporaryFile (inputDataPath.c_str (), false))
     {
       *httpRetCode = 500;
       return 1;

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/protocol/http/http_data_read.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]