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


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-495-g8b24a04
Date: Tue, 26 Apr 2011 22:11:10 +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  8b24a0444542acb91ff97b41bd162bea18d29f2a (commit)
      from  f7801e95bd7809d5dc9f9f7282be8078253e5fbc (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 8b24a0444542acb91ff97b41bd162bea18d29f2a
Author: Giuseppe Scrivano <address@hidden>
Date:   Wed Apr 27 00:11:02 2011 +0200

    Proxy: clear Accept-Encoding.

diff --git a/myserver/src/http_handler/proxy/proxy.cpp 
b/myserver/src/http_handler/proxy/proxy.cpp
index 0852b78..dd5e88d 100644
--- a/myserver/src/http_handler/proxy/proxy.cpp
+++ b/myserver/src/http_handler/proxy/proxy.cpp
@@ -115,6 +115,8 @@ int Proxy::send (HttpThreadContext *td, const char* 
scriptpath,
 
       sock = con->socket;
 
+      req.clearValue ("accept-encoding");
+
       u_long hdrLen =
         HttpHeaders::buildHTTPRequestHeader (td->auxiliaryBuffer->getBuffer (),
                                              &req);

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

Summary of changes:
 myserver/src/http_handler/proxy/proxy.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

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