add comment

This commit is contained in:
Daniel Stenberg 2025-10-13 09:07:40 +02:00
parent 92412aa3ba
commit 8b102a9f2c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -227,7 +227,7 @@ struct OperationConfig {
unsigned short porttouse;
unsigned char ssl_version; /* 0 - 4, 0 being default */
unsigned char ssl_version_max; /* 0 - 4, 0 being default */
unsigned char fail; /* */
unsigned char fail; /* NONE, with body, without body */
BIT(remote_name_all); /* --remote-name-all */
BIT(remote_time);
BIT(cookiesession); /* new session? */