# HG changeset patch # User Yaroslav Zhuravlev # Date 1588068721 -3600 # Node ID d6bbfd20c82fa3dd17e86ada8c924cc8d6e131a0 # Parent 87f34fafa4e891fe4d5f9ef4ceef0a6e978347bc Rephrased a sentence in r.headersOut in njs. diff -r 87f34fafa4e8 -r d6bbfd20c82f xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Fri Apr 24 21:32:52 2020 +0100 +++ b/xml/en/docs/njs/reference.xml Tue Apr 28 11:12:01 2020 +0100 @@ -9,7 +9,7 @@
+ rev="40">
@@ -112,8 +112,8 @@
Location
,
Retry-After
response headers are ignored. -All other duplicate field values of the response header -are joined together with comma “,”. +Duplicate field values in all other response headers +are separated by commas. Field values of the
Set-Cookie
response header are always returned as an array. diff -r 87f34fafa4e8 -r d6bbfd20c82f xml/ru/docs/njs/reference.xml --- a/xml/ru/docs/njs/reference.xml Fri Apr 24 21:32:52 2020 +0100 +++ b/xml/ru/docs/njs/reference.xml Tue Apr 28 11:12:01 2020 +0100 @@ -113,8 +113,8 @@
Location
,
Retry-After
игнорируются. -Все другие дубликаты значений поля заголовка ответа -соединяются при помощи запятой (“,”). +Дубликаты значений поля в других заголовках ответов +разделяются при помощи запятой. Значения поля в заголовке ответа
Set-Cookie
всегда возвращаются в виде массива.