# HG changeset patch # User Yaroslav Zhuravlev # Date 1588068721 -3600 # Node ID d6bbfd20c82fa3dd17e86ada8c924cc8d6e131a0 # Parent 87f34fafa4e891fe4d5f9ef4ceef0a6e978347bc Rephrased a sentence in r.headersOut in njs. diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="40">
@@ -112,8 +112,8 @@ Duplicate field values in
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 --git a/xml/ru/docs/njs/reference.xml b/xml/ru/docs/njs/reference.xml --- a/xml/ru/docs/njs/reference.xml +++ b/xml/ru/docs/njs/reference.xml @@ -113,8 +113,8 @@ Foo: b
Location
,
Retry-After
игнорируются. -Все другие дубликаты значений поля заголовка ответа -соединяются при помощи запятой (“,”). +Дубликаты значений поля в других заголовках ответов +разделяются при помощи запятой. Значения поля в заголовке ответа
Set-Cookie
всегда возвращаются в виде массива.