- Update to 0.7.13

* Fix bug that promised stream was not reset by returning 
    NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from 
    nghttp2_on_header_callback. Instead, associated stream was reset.
  * Allow NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from 
    nghttp2_on_begin_headers_callback
  * h2load: Effectively disable flow control by setting large 
    window size
  * asio: Graceful shutdown and joinable server (Patch from 
    Xiaoguang Sun)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=15
This commit is contained in:
Martin Pluskal
2015-05-01 13:50:58 +00:00
committed by Git OBS Bridge
parent 3c00834aa8
commit 40320389b3
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630
size 897764

3
nghttp2-0.7.13.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91f2bfcad1e27472d8c96de71d9bcb37d93b131ee60c775c95b46be82a24e1db
size 898276

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 1 13:47:12 UTC 2015 - mpluskal@suse.com
- Update to 0.7.13
* Fix bug that promised stream was not reset by returning
NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from
nghttp2_on_header_callback. Instead, associated stream was reset.
* Allow NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from
nghttp2_on_begin_headers_callback
* h2load: Effectively disable flow control by setting large
window size
* asio: Graceful shutdown and joinable server (Patch from
Xiaoguang Sun)
-------------------------------------------------------------------
Mon Apr 20 08:40:33 UTC 2015 - mpluskal@suse.com

View File

@@ -19,7 +19,7 @@
%define lib_name lib%{name}-5
%define lib_name_asio lib%{name}_asio1
Name: nghttp2
Version: 0.7.12
Version: 0.7.13
Release: 0
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
License: MIT