[wiaflos-devel] awit-perl-toolkit external COMMIT - r13 - trunk/SOAP/Transport
svn at linuxrulz.org
svn at linuxrulz.org
Thu Mar 18 14:39:36 GMT 2010
Author: nkukard
Date: 2010-03-18 14:39:36 +0000 (Thu, 18 Mar 2010)
New Revision: 13
Modified:
trunk/SOAP/Transport/HTTPng.pm
Log:
* Remove debugging info from HTTPng.pm, this caused issues because it was being sent over the tcp/ip connection and causing the XML parser to fail
Modified: trunk/SOAP/Transport/HTTPng.pm
===================================================================
--- trunk/SOAP/Transport/HTTPng.pm 2010-03-12 07:34:54 UTC (rev 12)
+++ trunk/SOAP/Transport/HTTPng.pm 2010-03-18 14:39:36 UTC (rev 13)
@@ -164,7 +164,7 @@
# Some constants we need
use constant {
- DEBUG => 1,
+ DEBUG => 0,
CRLF => "\015\012", # HTTP::Daemon claims \r\n is not portable?
};
More information about the wiaflos-devel
mailing list