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-264


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-264-g0ca49e4
Date: Tue, 22 Jun 2010 13:41:25 +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  0ca49e426dec971726ae03d2ac09557dad828e39 (commit)
      from  810e6145fe5888c11e76853f833badbc42c8042e (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 0ca49e426dec971726ae03d2ac09557dad828e39
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue Jun 22 15:39:39 2010 +0200

    If an encoding is not specified do not check for the content length

diff --git a/myserver/src/protocol/http/http_data_read.cpp 
b/myserver/src/protocol/http/http_data_read.cpp
index aaaf7bb..dadf324 100644
--- a/myserver/src/protocol/http/http_data_read.cpp
+++ b/myserver/src/protocol/http/http_data_read.cpp
@@ -350,13 +350,6 @@ int HttpDataRead::readPostData (HttpThreadContext* td, 
int* httpRetCode)
   }
   else
     {
-      /* If it is not specified an encoding, read the data as it is.  */
-      if (!contentLengthSpecified)
-        {
-          *httpRetCode = 400;
-          return 1;
-        }
-
       for (;;)
         {
 

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

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


hooks/post-receive
-- 
GNU MyServer



reply via email to

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