Skip to content
  • Eric Timmons's avatar
    Don't close curl's stdout · 33512ff1
    Eric Timmons authored
    The file descriptor leak fix in 571c0a75 was a little too aggressive and closed
    curl's output too early. So we currently leak one file descriptor per call to
    curl... Need to figure out a way to fix it.
    33512ff1