Accepting request 941694 from home:AndreasStieger:branches:devel:libraries:c_c++
libmicrohttp 0.9.74 OBS-URL: https://build.opensuse.org/request/show/941694 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=109
This commit is contained in:
parent
246544a0d0
commit
29f76b29ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e
|
||||
size 1738675
|
Binary file not shown.
3
libmicrohttpd-0.9.74.tar.gz
Normal file
3
libmicrohttpd-0.9.74.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42035d0261373324bfb434018f4ab892514b10253d1af232e41b4cc2c11e650b
|
||||
size 1962057
|
BIN
libmicrohttpd-0.9.74.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.74.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 19:41:33 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- libmicrohttp 0.9.74:
|
||||
* new experimental implementation of WebSockets disabled by default
|
||||
* improved compliance with the RFC HTTP specifications
|
||||
* new implementation of reply header forming
|
||||
* new implementation of request chunked encoding parsing
|
||||
* new automatic error replies
|
||||
* Keep-alive header is omitted by default for HTTP/1.1 connections.
|
||||
Use of header can be enforced by response flag.
|
||||
* Chunked encoding is used for HTTP/1.1 non-keep-alive connections
|
||||
for responses with unknown size. Previously MHD used "indication
|
||||
of the end of the response by closing connection" in such cases,
|
||||
however it is not correct for HTTP/1.1 connections as per HTTP
|
||||
RFC.
|
||||
* As required by HTTP RFC, use HTTP/1.1 version instead of HTTP/1.0
|
||||
in reply headers when client is HTTP/1.0 . HTTP/1.0 version can
|
||||
be enforced by response flag.
|
||||
* User response headers are used in replies in the same order as
|
||||
was added by application.
|
||||
* Allowed tab characters in response header values.
|
||||
* All custom "Connection:" response headers are automatically
|
||||
combined into single "Connection:" header.
|
||||
* "keep-alive" token silently dropped from custom "Connection:"
|
||||
response header. "Keep-alive" cannot be enforced and used
|
||||
automatically if possible.
|
||||
* Allow tab character in custom response header value.
|
||||
* Disallow space character in custom response header value.
|
||||
* Do not allow responses with 1xx codes for HTTP/1.0 requests.
|
||||
* Detected and reported incorrect "Upgrade" responses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 09:54:14 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global sover 12
|
||||
%global libname %{name}%{sover}
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.73
|
||||
Version: 0.9.74
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
||||
|
Loading…
Reference in New Issue
Block a user