Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: mod_perl
- To: Igor Sysoev <nginx-ru@xxxxxxxxx>
- Subject: Re[2]: mod_perl
- From: Domrachev Ivan <domrachev.ivan@xxxxxxxxx>
- Date: Tue, 15 Sep 2009 11:00:12 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:x-mailer:x-priority :message-id:to:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=iEJ+xKFPGxDCAZB3YT5svYMh2X5U+msbvSGAJYDuiXg=; b=T6Mw3OrHCJiJhkvQ/nR25QYD87g94jHivIGL4x6d93tPKg4G2QmOt5XxCoVSisVTr4 +xkJ8H1cHqOqYw7thq0OJ6dMh11CowqTtFisAloU5V+QHJBBsM3QF9siJJ6gz5PAY7ko HcJr0TnxX1/cAiBGbDCbiBFRQXDDC5kk1yj+w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:x-mailer:x-priority:message-id:to:subject:in-reply-to :references:mime-version:content-type:content-transfer-encoding; b=uaBJVSnDjCc3ZOSFm4pooLdOP5xrpwTBlm4o+VJGgc28YblXnwdiok1NiXxZHZBUEO ynjTuRCuG/wwqMGzMA4tbsC3Jd1t8wLF55HGBVB5nVz7K5CQsPdyYbH4oArExMfJaUki ar0oWtX20J/phs29HESKjwMh9lbF3tuEZcj74=
- In-reply-to: <20090915062136.GE55012@xxxxxxxxxxxxx>
- References: <168480456.20090915100712@xxxxxxxxx> <20090915062136.GE55012@xxxxxxxxxxxxx>
> Исправлю в следующей версии.
Спасибо
мысль такая:
nginx-0.8.15/src/http/modules/perl/nginx.xs
904,905c904,905
< ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
< "variable \"%V\" not found", &var);
ситуация когда переменной нет - давольно частая (скажем кукиса нет) и
не является ошибкой.
думаю было бы удобно
или сделать по аналогии uninitialized_variable_warn
или повысить до NGX_LOG_DEBUG
--
С уважением,
Domrachev mailto:Domrachev.Ivan@xxxxxxxxx
|