• Huin's avatar
    Clarify code in HTTPUClient.Do. · 1395d144
    Huin authored
    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.
    1395d144