goupnp/httpu
Huin 1395d14473
Clarify code in HTTPUClient.Do.
The previous code was misleading by returning the `err` variable rather than an explicit `nil`. This code path was actually the success path. Functionally it was correct as that specific scoping of `err` could only be `nil` if that line of code was reached.
2018-04-15 22:51:57 +01:00
..
httpu.go Clarify code in HTTPUClient.Do. 2018-04-15 22:51:57 +01:00
serve.go Correct HTTPU serving to not require an interface for multicast. 2014-06-08 09:10:34 +01:00