spacecheck: warn for 3+ empty lines in a row, fix fallouts

Closes #18478
This commit is contained in:
Viktor Szakats 2025-09-04 15:25:27 +02:00
parent 5fa4fb0c13
commit ec9cb618a0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
14 changed files with 5 additions and 26 deletions

View file

@ -882,7 +882,6 @@ static CURLcode ws_enc_write_payload(struct ws_encoder *enc,
}
struct cr_ws_ctx {
struct Curl_creader super;
BIT(read_eos); /* we read an EOS from the next reader */