Nginx 主线版 1.13.10 新增 ngx_http_grpc_module

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Nginx 主线版 1.13.10 已发布,该版本新增了不少新的特性,也修复了两个 bug,具体如下: Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable...

Nginx 主线版 1.13.10 已发布,该版本新增了不少新的特性,也修复了两个 bug,具体如下

  • Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable; the"subrequest_output_buffer_size" directive defines maximum response size.

  • Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to avoid timeouts being incorrectly triggered on system time changes.

  • Feature: the "escape=none" parameter of the "log_format" directive.

  • Feature: the $ssl_preread_alpn_protocols variable in the ngx_stream_ssl_preread_module.

  • Feature: the ngx_http_grpc_module.

  • Bugfix: in memory allocation error handling in the "geo" directive.

  • Bugfix: when using variables in the "auth_basic_user_file" directive a null character might appear in logs.

正如此前报道过的,该版本已添加对 gRPC 的原生支持。

下载地址:http://nginx.org/en/download.html


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Nginx 主线版 1.13.10 新增 ngx_http_grpc_module》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Java语言程序设计(基础篇 原书第10版)

Java语言程序设计(基础篇 原书第10版)

[美]粱勇(Y.Daniel Liang) / 戴开宇 / 机械工业出版社 / 2015-7 / 85.00元

《Java语言程序设计(基础篇 原书第10版)》是Java语言的经典教材,中文版分为基础篇和进阶篇,主要介绍程序设计基础、面向对象编程、GUI程序设计、数据结构和算法、高级Java程序设计等内容。本书以示例讲解解决问题的技巧,提供大量的程序清单,每章配有大量复习题和编程练习题,帮助读者掌握编程技术,并应用所学技术解决实际应用开发中遇到的问题。您手中的这本是其中的基础篇,主要介绍了基本程序设计、语法......一起来看看 《Java语言程序设计(基础篇 原书第10版)》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码