aboutsummaryrefslogtreecommitdiff
path: root/dep/gsoap
diff options
context:
space:
mode:
Diffstat (limited to 'dep/gsoap')
-rw-r--r--dep/gsoap/stdsoap2.cpp2
-rw-r--r--dep/gsoap/tc_changes.diff16
2 files changed, 18 insertions, 0 deletions
diff --git a/dep/gsoap/stdsoap2.cpp b/dep/gsoap/stdsoap2.cpp
index 834a4b8b4ef..88e44615c3f 100644
--- a/dep/gsoap/stdsoap2.cpp
+++ b/dep/gsoap/stdsoap2.cpp
@@ -15038,10 +15038,12 @@ soap_puthttphdr(struct soap *soap, int status, size_t count)
}
s = soap->tmpbuf;
}
+/*
else if (status == SOAP_OK && soap->action && strlen(soap->action) < sizeof(soap->tmpbuf) - 80)
{ sprintf(soap->tmpbuf, "%s; action=\"%s\"", s, soap->action);
s = soap->tmpbuf;
}
+*/
#endif
if (s && (err = soap->fposthdr(soap, "Content-Type", s)))
return err;
diff --git a/dep/gsoap/tc_changes.diff b/dep/gsoap/tc_changes.diff
new file mode 100644
index 00000000000..e5c47c66b78
--- /dev/null
+++ b/dep/gsoap/tc_changes.diff
@@ -0,0 +1,16 @@
+diff -r 830b8f9ed332 dep/gsoap/stdsoap2.cpp
+--- a/dep/gsoap/stdsoap2.cpp Tue Dec 21 10:07:43 2010 -0500
++++ b/dep/gsoap/stdsoap2.cpp Tue Dec 21 10:07:55 2010 -0500
+@@ -15038,10 +15038,12 @@
+ }
+ s = soap->tmpbuf;
+ }
++/*
+ else if (status == SOAP_OK && soap->action && strlen(soap->action) < sizeof(soap->tmpbuf) - 80)
+ { sprintf(soap->tmpbuf, "%s; action=\"%s\"", s, soap->action);
+ s = soap->tmpbuf;
+ }
++*/
+ #endif
+ if (s && (err = soap->fposthdr(soap, "Content-Type", s)))
+ return err;