aboutsummaryrefslogtreecommitdiff
path: root/dep/gsoap/stdsoap2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/gsoap/stdsoap2.cpp')
-rw-r--r--dep/gsoap/stdsoap2.cpp2
1 files changed, 2 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;