first draft

formating

Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>

Update lib/url.c

Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>

Update docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md

Co-authored-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
User 2025-04-23 13:13:10 +03:00 committed by nevakrien
parent 0a96b878f7
commit 01603f988e
6 changed files with 106 additions and 4 deletions

View file

@ -1032,6 +1032,7 @@ typedef enum {
#define CURLALTSVC_H1 (1L<<3)
#define CURLALTSVC_H2 (1L<<4)
#define CURLALTSVC_H3 (1L<<5)
#define CURLALTSVC_NO_RETRY (1L<<6)
/* bitmask values for CURLOPT_UPLOAD_FLAGS */
#define CURLULFLAG_ANSWERED (1L<<0)