diff options
Diffstat (limited to 'vendor/github.com/huin')
-rw-r--r-- | vendor/github.com/huin/goupnp/ssdp/registry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/huin/goupnp/ssdp/registry.go b/vendor/github.com/huin/goupnp/ssdp/registry.go index 2f84beaae..d3bc11446 100644 --- a/vendor/github.com/huin/goupnp/ssdp/registry.go +++ b/vendor/github.com/huin/goupnp/ssdp/registry.go @@ -18,7 +18,7 @@ const ( ) var ( - maxAgeRx = regexp.MustCompile("max-age=([0-9]+)") + maxAgeRx = regexp.MustCompile("max-age= *([0-9]+)") ) const ( |