projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0686514
)
Add nocproxy=1 for contentConnector sessions MP-501
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Dec 2013 14:03:42 +0000
(15:03 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Dec 2013 14:03:42 +0000
(15:03 +0100)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
2d65d7d
..
2a93af5
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-1472,6
+1472,9
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
out_names[no_out_args] = "subdatabase";
out_values[no_out_args++] = odr_strdup(odr, sptr->cfSubDB.c_str());
}
+ if (!param_nocproxy && b->sptr->contentConnector.length())
+ param_nocproxy = "1";
+
if (param_nocproxy)
{
out_names[no_out_args] = "nocproxy";