mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:27:29 +03:00
urldata: make state.httpreq an unsigned char
To match set.method used for the same purpose. Closes #9179
This commit is contained in:
parent
32db1ed867
commit
dcbc9226bc
1 changed files with 2 additions and 1 deletions
|
|
@ -1413,7 +1413,8 @@ struct UrlState {
|
|||
#endif
|
||||
CURLU *uh; /* URL handle for the current parsed URL */
|
||||
struct urlpieces up;
|
||||
Curl_HttpReq httpreq; /* what kind of HTTP request (if any) is this */
|
||||
unsigned char httpreq; /* Curl_HttpReq; what kind of HTTP request (if any)
|
||||
is this */
|
||||
char *url; /* work URL, copied from UserDefined */
|
||||
char *referer; /* referer string */
|
||||
#ifndef CURL_DISABLE_COOKIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue