mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
spacecheck: warn for 3+ empty lines in a row, fix fallouts
Closes #18478
This commit is contained in:
parent
5fa4fb0c13
commit
ec9cb618a0
14 changed files with 5 additions and 26 deletions
1
lib/ws.c
1
lib/ws.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue