use the standard value for it
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@659 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
32c28a0421
commit
131f9a3293
|
@ -973,7 +973,7 @@ static handler_t proxy_handle_fdevent(void *s, void *ctx, int revents) {
|
|||
static handler_t mod_proxy_check_extension(server *srv, connection *con, void *p_d) {
|
||||
plugin_data *p = p_d;
|
||||
size_t s_len;
|
||||
unsigned long last_max = ~0L;
|
||||
unsigned long last_max = ULONG_MAX;
|
||||
int ndx = -1;
|
||||
size_t k;
|
||||
buffer *fn;
|
||||
|
|
Loading…
Reference in New Issue