History log of /curl/docs/internals/NEW-PROTOCOL.md (Results 1 – 2 of 2)
Revision Date Author Comments
# 3040971d 14-Oct-2024 Viktor Szakats

GHA: silence proselint warnings and an error

Fix new issues found by `proselint`.

Also:
- silence this technical warning:
```
:0: DeprecationWarning: /home/runner/.p

GHA: silence proselint warnings and an error

Fix new issues found by `proselint`.

Also:
- silence this technical warning:
```
:0: DeprecationWarning: /home/runner/.proselintrc was found instead of a JSON file. Rename to /home/runner/.proselintrc.json.
```
- fix an input filename.
`proselints` fails now if an input file is missing.

Reported-by: Jay Satiro
Bug: https://github.com/curl/curl/pull/15291#issuecomment-2410505100
Closes #15293

show more ...


# 20aa8d8f 15-Aug-2024 Daniel Stenberg

docs/internals: new subdirectory

For libcurl internal APIs and concepts.

Closes #14552