long user-agent bugfix
Igor Sysoev
15 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/http/modules/ngx_http_browser_module.c
less
more
243
243
name += browsers[i].add;
244
244
245
245
if (name >= last) {
246
*v = ngx_http_variable_null_value;
246
continue;
247
247
}
248
248
249
249
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,