Skip to content
  • Roger Dingledine's avatar
    Remove misleading function comment (bug 5324) · b5a8c3aa
    Roger Dingledine authored
    In the distant past, connection_handle_read() could be called when there
    are pending bytes in the TLS object during the main loop. The design
    since then has been to always read all pending bytes immediately, so
    read events only trigger when the socket actually has bytes to read.
    
    Resolves bug 5324.
    b5a8c3aa