Skip to content
  • Cecylia Bocovich's avatar
    Don't log errors from callng close on OR conns · c0b6e082
    Cecylia Bocovich authored
    Snowflake copies data between the OR connection and the KCP stream,
    meaning that in most cases the copy loops will only terminate once the
    OR connection times out. In this case the OR connection is already
    closed and so calls to CloseRead and CloseWrite will generate errors.
    c0b6e082