Simon Liu's HTTP200ALIASES-patch!

This commit is contained in:
Daniel Stenberg
2003-01-07 16:15:53 +00:00
parent 7f0f10e498
commit ec24efda74
4 changed files with 48 additions and 2 deletions

View File

@@ -616,6 +616,9 @@ typedef enum {
/* Set pointer to private data */
CINIT(PRIVATE, OBJECTPOINT, 103),
/* Set aliases for HTTP 200 in the HTTP Response header */
CINIT(HTTP200ALIASES, OBJECTPOINT, 104),
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;