gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1502-gb2833d7
Date: Fri, 06 Jul 2012 11:54:14 +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 "Gnash".

The branch, master has been updated
       via  b2833d79a7a68c418d8a71ad9c396a50bea802df (commit)
      from  a2efa2eaa937110ac257c6b06a9b04904335a202 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b2833d79a7a68c418d8a71ad9c396a50bea802df


commit b2833d79a7a68c418d8a71ad9c396a50bea802df
Author: Gabriele Giacone <address@hidden>
Date:   Fri Jul 6 13:50:23 2012 +0200

    Add comment to http_proxy condition.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index af476e2..b50a139 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -1203,6 +1203,9 @@ nsPluginInstance::setupProxy(const std::string& url)
         // no proxy
     }
     else if ( parts[0] == "PROXY" ) {
+        // authenticated proxies: need to specify proxy credentials through
+        // http_proxy env var set to user:address@hidden:port. If set, it 
won't be
+        // overridden. See https://savannah.gnu.org/bugs/?26713
         char *http_proxy=getenv("http_proxy");
         if (!http_proxy) {
             gnash::log_debug("Setting http_proxy to %s", parts[1].c_str());

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

Summary of changes:
 plugin/npapi/plugin.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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