Skip to content

documentation of rustls_connection_is_handshaking() #427

Closed
@icing

Description

@icing

I think it would be helpful to document that rustls_connection_is_handshaking(rconn) in a client returns FALSE before the FINISHED message has been sent.

A client, assuming the handshake is complete and not sending more data to the peer, will timeout since the server continues to wait for FINISHED. With http: connections, this is never noticable since the client will always send a request that causes the FINISHED to be send also.

I debugged curl+rustls on an FTP passive connection, where only the server sends, and there the connection then stalls.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions