projects
/
yaz-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:
27a3175
)
Fix http proxy fails with yaz-client YAZ-824
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Mar 2015 09:34:54 +0000
(10:34 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Mar 2015 09:34:54 +0000
(10:34 +0100)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
7386faa
..
7a782d0
100644
(file)
--- a/
client/client.c
+++ b/
client/client.c
@@
-1320,7
+1320,7
@@
static int send_srw_host_path(Z_SRW_PDU *sr, const char *host_port,
const char *charset = negotiationCharset;
Z_GDU *gdu;
- gdu = z_get_HTTP_Request_host_path(out, host_port, path);
+ gdu = z_get_HTTP_Request_uri(out, host_port, path, yazProxy ? 1 : 0);
if (auth)
{