From 31334b8770cca2e2041c8fd3565e3abba8a34d88 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 21 Dec 2010 18:40:54 +0100 Subject: Core/Dependencies: Temporarily fix an RFC-breaking addition in gSoap (upstream developers have been notified) + local changes and diff (tc_changes.diff) included for future reference --HG-- branch : trunk --- dep/gsoap/stdsoap2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dep/gsoap/stdsoap2.cpp') 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; -- cgit v1.2.3