From 048883ad27e384e04915a103a6d54c58d3f4dcd0 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Mon, 27 Oct 2014 23:33:26 +0000 Subject: [PATCH] Remove extra tabs from SOAP payload (fixes #914) --- internal/upnp/upnp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/upnp/upnp.go b/internal/upnp/upnp.go index 959e26cef..8e7e16b32 100644 --- a/internal/upnp/upnp.go +++ b/internal/upnp/upnp.go @@ -464,7 +464,7 @@ func replaceRawPath(u *url.URL, rp string) { } func soapRequest(url, service, function, message string) ([]byte, error) { - tpl := ` + tpl := ` %s