Subject: | HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transport/HTTP.pm |
As of 0.71.10, every call to SOAP::Lite on the server side, when using
an HTTP transport, produces this warning:
Use of uninitialized value in pattern match (m//) at
lib/SOAP/Transport/HTTP.pm line 530
This is because it's running a regex against
$ENV{'HTTP_TRANSFER_ENCODING'} without checking whether or not that
variable is defined.