lib: give source files cf-http.* better fitting names

Closes #10656
This commit is contained in:
Stefan Eissing 2023-03-01 16:40:22 +01:00 committed by Daniel Stenberg
parent 8151d7babc
commit 9deebd311b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ LIB_CFILES = \
base64.c \
bufref.c \
c-hyper.c \
cf-http.c \
cf-https-connect.c \
cf-socket.c \
cfilters.c \
conncache.c \
@ -233,7 +233,7 @@ LIB_HFILES = \
asyn.h \
bufref.h \
c-hyper.h \
cf-http.h \
cf-https-connect.h \
cf-socket.h \
cfilters.h \
conncache.h \

View File

@ -32,7 +32,7 @@
#include "cfilters.h"
#include "connect.h"
#include "multiif.h"
#include "cf-http.h"
#include "cf-https-connect.h"
#include "http2.h"
#include "vquic/vquic.h"

View File

@ -59,7 +59,7 @@
#include "strerror.h"
#include "cfilters.h"
#include "connect.h"
#include "cf-http.h"
#include "cf-https-connect.h"
#include "cf-socket.h"
#include "select.h"
#include "url.h" /* for Curl_safefree() */

View File

@ -38,7 +38,7 @@
#include "connect.h"
#include "http2.h"
#include "http_proxy.h"
#include "cf-http.h"
#include "cf-https-connect.h"
#include "socks.h"
#include "strtok.h"
#include "vtls/vtls.h"