mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
altsvc: drop the prio field from the struct
The value is not used for anything, no point in keeping it in memory. Closes #21188
This commit is contained in:
parent
11609c3d45
commit
c1963e2d2c
2 changed files with 2 additions and 4 deletions
|
|
@ -39,7 +39,6 @@ struct altsvc {
|
|||
struct althost dst;
|
||||
time_t expires;
|
||||
struct Curl_llist_node node;
|
||||
unsigned int prio;
|
||||
BIT(persist);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue