1cc6c79 lib: refactor errno list in is_conn_error()

1 file Authored by ktdreyer 2 years ago, Committed by tkopecek 2 years ago,
    lib: refactor errno list in is_conn_error()
    
    Move the copy-and-pasted list of errnos into a variable and use that in
    both places. This makes this code easier to understand.
    
        
file modified
+3 -2