From bc5693353551352e50b5ccedaf510ea16aec9000 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 11 Apr 2018 01:41:30 +0900 Subject: [PATCH] Version bump (7262) - v1.13.13 --- .hgtags | 1 + docs/xml/nginx/changes.xml | 16 ++++++++++++++++ src/core/nginx.h | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.hgtags b/.hgtags index 57ed568..225c5e3 100644 --- a/.hgtags +++ b/.hgtags @@ -424,3 +424,4 @@ f87da7d9ca02b8ced4caa6c5eb9013ccd47b0117 release-1.13.6 fb1212c7eca4c5328fe17d6cd95b010c67336aac release-1.13.9 31c929e16910c38492581ef474e72fa67c28f124 release-1.13.10 64179f242cb55fc206bca59de9bfdc4cf5ebcec7 release-1.13.11 +051e5fa03b92b8a564f6b12debd483d267391e82 release-1.13.12 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 66eb0f7..da73db5 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,22 @@ + + + + +при возврате большого ответа +соединения с gRPC-бэкендами могли неожиданно закрываться. + + +connections with gRPC backends might be closed unexpectedly +when returning a large response. + + + + + + diff --git a/src/core/nginx.h b/src/core/nginx.h index e69404f..42ba0d3 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1013012 -#define NGINX_VERSION "1.13.12" +#define nginx_version 1013013 +#define NGINX_VERSION "1.13.13" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #define NGINX_SERVER_FULL NGINX_SERVER "/" NGINX_VERSION #define NGINX_ORIG "nginx/" NGINX_VERSION