Accepting request 809722 from home:13ilya:branches:server:http

- Update to 1.19.0
  * https://nginx.org/en/CHANGES
  * Client certificate validation with OCSP.
  * "upstream sent frame for closed stream" errors might occur
    when working with gRPC backends.
  * OCSP stapling might not work if the "resolver" directive
    was not specified.
  * Connections with incorrect HTTP/2 preface were not logged.

OBS-URL: https://build.opensuse.org/request/show/809722
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=170
This commit is contained in:
2020-05-29 11:32:50 +00:00
committed by Git OBS Bridge
parent 4e4facd3f8
commit 45241f9ffe
6 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 28 01:46:00 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Update to 1.19.0
* https://nginx.org/en/CHANGES
* Client certificate validation with OCSP.
* "upstream sent frame for closed stream" errors might occur
when working with gRPC backends.
* OCSP stapling might not work if the "resolver" directive
was not specified.
* Connections with incorrect HTTP/2 preface were not logged.
-------------------------------------------------------------------
Thu May 7 16:15:48 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>