mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
http: remove "struct HTTP"
It is not actually used anymore and only contained a dummy struct field. Remove all traces and uses of it. Closes #13927
This commit is contained in:
parent
69b6c10568
commit
7208ff6534
9 changed files with 8 additions and 52 deletions
|
|
@ -73,7 +73,6 @@ char *Curl_checkProxyheaders(struct Curl_easy *data,
|
|||
const struct connectdata *conn,
|
||||
const char *thisheader,
|
||||
const size_t thislen);
|
||||
struct HTTP; /* see below */
|
||||
|
||||
CURLcode Curl_add_timecondition(struct Curl_easy *data,
|
||||
#ifndef USE_HYPER
|
||||
|
|
@ -187,10 +186,6 @@ void Curl_http_exp100_got100(struct Curl_easy *data);
|
|||
/****************************************************************************
|
||||
* HTTP unique setup
|
||||
***************************************************************************/
|
||||
struct HTTP {
|
||||
/* TODO: no longer used, we should remove it from SingleRequest */
|
||||
char unused;
|
||||
};
|
||||
|
||||
CURLcode Curl_http_size(struct Curl_easy *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue