syncthing/lib/upnp
William A. Kennington III 5bdf4c6143 upnp: Use a separate error for the error unmarshalling
Previously, when unmarshing the SOAP error code data we would overwrite
the original err, typically with null since the parsing of the error
code information succeeds. If we don't have a upnp 725 error, we would fall
back to returning null or no error. This broke our upnp error handling
logic for AddPortMappings as it would think it succeeds if it gets a 718
permission error.
2015-12-12 09:58:23 -08:00
..
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
upnp_test.go mv internal lib 2015-08-09 09:35:26 +02:00
upnp.go upnp: Use a separate error for the error unmarshalling 2015-12-12 09:58:23 -08:00