mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
vquic: moving related things into subdir
Move QUIC related implementations into the vquic directory. Rename files that implement a connection filter accordingly. Closes #21848
This commit is contained in:
parent
5d178de986
commit
22d979400a
19 changed files with 104 additions and 52 deletions
|
|
@ -33,10 +33,9 @@
|
|||
#include "cfilters.h"
|
||||
#include "cf-h1-proxy.h"
|
||||
#include "cf-h2-proxy.h"
|
||||
#include "cf-h3-proxy.h"
|
||||
#include "cf-capsule.h"
|
||||
#include "connect.h"
|
||||
#include "vauth/vauth.h"
|
||||
#include "vquic/vquic.h"
|
||||
#include "curlx/strparse.h"
|
||||
|
||||
static CURLcode dynhds_add_custom(struct Curl_easy *data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue