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 коммит произвёл Daniel Stenberg
Родитель 8151d7babc
Коммит 9deebd311b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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 \

Просмотреть файл

@ -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"

Просмотреть файл

Просмотреть файл

@ -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() */

Просмотреть файл

@ -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"