lib: AGAINed -> AGAIN-ed to make typos tool happy

This commit is contained in:
Viktor Szakats 2025-07-12 23:04:06 +02:00
parent 30d46ed6fa
commit e063bd44b4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 3 deletions

View file

@ -2348,7 +2348,7 @@ static CURLcode cf_h2_send(struct Curl_cfilter *cf, struct Curl_easy *data,
DEBUGASSERT(stream);
}
else if(stream->body_eos) {
/* We already wrote this, but CURLE_AGAINed the call due to not
/* We already wrote this, but CURLE_AGAIN-ed the call due to not
* being able to flush stream->sendbuf. Make a 0-length write
* to trigger flushing again.
* If this works, we report to have written `len` bytes. */

View file

@ -44,7 +44,7 @@ struct wssl_ctx {
struct WOLFSSL *ssl;
CURLcode io_result; /* result of last BIO cfilter operation */
CURLcode hs_result; /* result of handshake */
int io_send_blocked_len; /* length of last BIO write that EAGAINed */
int io_send_blocked_len; /* length of last BIO write that EAGAIN-ed */
BIT(x509_store_setup); /* x509 store has been set up */
BIT(shutting_down); /* TLS is being shut down */
};