SHA256
8
0
forked from pool/cpprest
2018-03-22 13:51:05 +00:00
committed by Git OBS Bridge
parent 15008e4d85
commit 6c3f62a5b2
6 changed files with 20 additions and 79 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 22 13:48:16 UTC 2018 - astieger@suse.com
- update to 2.10.2:
* Fix an issue where requests sent via authenticated proxies
could not be successfully redirected from one domain to another
* Add http_listener configuration for the backlog, the maximum
length of the queue of pending connections on the port
* Make it possible to set the user agent for websockets
* Add support for retrieving HTTP version of a request in HTTP
listener
* various language/compiler fixes
* drop upstreamed/unneeded patches:
cpprest-2.10.1-srand-boost-1.66.patch
cpprest-2.10.1-threadpool-boost-1.66.patch
-------------------------------------------------------------------
Thu Mar 22 13:11:01 UTC 2018 - guillaume.gardet@opensuse.org