mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
1008: big_files is unsigned int.
This commit is contained in:
parent
8508c18341
commit
a14cad36ba
@ -712,7 +712,7 @@ http_send_header(struct socket *socket)
|
||||
struct uri *uri = conn->proxied_uri; /* Set to the real uri */
|
||||
unsigned char *optstr;
|
||||
int use_connect, talking_to_proxy;
|
||||
int big_files = 0;
|
||||
unsigned int big_files = 0;
|
||||
|
||||
/* Sanity check for a host */
|
||||
if (!uri || !uri->host || !*uri->host || !uri->hostlen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user