mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:06:13 +03:00
Simon Liu's HTTP200ALIASES-patch!
This commit is contained in:
parent
7f0f10e498
commit
ec24efda74
4 changed files with 48 additions and 2 deletions
|
|
@ -715,6 +715,8 @@ struct UserDefined {
|
|||
long buffer_size; /* size of receive buffer to use */
|
||||
|
||||
char *private; /* Private data */
|
||||
|
||||
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
|
||||
|
||||
/* Here follows boolean settings that define how to behave during
|
||||
this session. They are STATIC, set by libcurl users or at least initially
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue