Accepting request 713705 from home:mnhauke

- Update to versin 0.9.65:
  * Many fixes and improvements for connection-specific memory pool
  * Better handled connection's memory shortage situations:
    + error response could be sent to client even if all buffer
      space was used;
    + if buffer space become low when receiving, do not allocate
      last buffer space and use small receive blocks instead.
  * Improved sending speed by using all available buffer space for
    sending.

OBS-URL: https://build.opensuse.org/request/show/713705
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=91
This commit is contained in:
Tomáš Chvátal 2019-07-06 11:08:16 +00:00 committed by Git OBS Bridge
parent 1061cbd8d0
commit bccada10b6
6 changed files with 17 additions and 4 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 6 11:02:36 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to versin 0.9.65:
* Many fixes and improvements for connection-specific memory pool
* Better handled connection's memory shortage situations:
+ error response could be sent to client even if all buffer
space was used;
+ if buffer space become low when receiving, do not allocate
last buffer space and use small receive blocks instead.
* Improved sending speed by using all available buffer space for
sending.
-------------------------------------------------------------------
Mon Jun 10 14:06:44 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -20,7 +20,7 @@
%global sover 12
%global libname %{name}%{sover}
Name: libmicrohttpd
Version: 0.9.64
Version: 0.9.65
Release: 0
Summary: Small Embeddable HTTP Server Library
# Some internal tests are licenced as GPL-3.0+ - they are only used in