• oilbeater's avatar
    defer in loop may cause resource leak · 0764d95a
    oilbeater authored
    defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
    0764d95a
http_installer.go 4.93 KB