mirror of
https://github.com/nginx/nginx.git
synced 2026-06-24 10:58:49 +00:00
add debug logging
This commit is contained in:
parent
7b9d3ce703
commit
34abdb1683
1 changed files with 4 additions and 0 deletions
|
|
@ -318,6 +318,10 @@ ngx_http_browser(ngx_http_request_t *r, ngx_http_browser_conf_t *cf)
|
|||
if (c == '.') {
|
||||
version += ver * scale;
|
||||
|
||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"version: \"%ui\" \"%ui\"",
|
||||
modern[i].version, version);
|
||||
|
||||
if (version > modern[i].version) {
|
||||
return NGX_HTTP_MODERN_BROWSER;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue