mirror of
https://github.com/nginx/nginx.git
synced 2026-06-19 23:19:05 +00:00
long user-agent bugfix
This commit is contained in:
parent
7c20ed8323
commit
ef3e5bd892
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ ngx_http_browser_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,
|
|||
name += browsers[i].add;
|
||||
|
||||
if (name >= last) {
|
||||
*v = ngx_http_variable_null_value;
|
||||
continue;
|
||||
}
|
||||
|
||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue