Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-18 | altsvc: make saving the cache an atomic operation | Daniel Stenberg | |
... by writing the file to temp name then rename to the final when done. Assisted-by: Jay Satiro Fixes #4936 Closes #4942 | |||
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg | |
So that users can mask in/out specific HTTP versions when Alt-Svc is used. - Removed "h2c" and updated test case accordingly - Changed how the altsvc struct is laid out - Added ifdefs to make the unittest run even in a quiche-tree Closes #4201 | |||
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg | |