• Jacob Vosmaer's avatar
    Close the auth TCP connection eagerly · baf89b43
    Jacob Vosmaer authored
    We should not leave open a TCP connection to the auth backend
    (Unicorn) in the CLOSE_WAIT state, it may take several minutes for
    the HTTP response to our own client to finish.
    baf89b43
main.go 8.66 KB