[PATCH] Don’t use http_client_config when not needed
authorVáclav Slavík <vaclav@slavik.io>
Sat, 29 Oct 2016 16:08:35 +0000 (18:08 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 6 Jan 2017 07:32:48 +0000 (07:32 +0000)
commit5580916e52d062c35bb3278e9a2ce2d030b38e57
treedd7ce9f1b6f6494a0bcbde1d280197245d1e4890
parentd7985504ee550858314f957ecd4198fc5252129f
[PATCH] Don’t use http_client_config when not needed

Don’t pass default http_client_config to http_client if not needed, i.e.
elsewhere than Windows.

This fixes a crash in C++REST SDK reported by Debian. Cause is unknown,
but related to http_client_config and when that is not used on Linux
anyway, why make things harder for everybody.

Gbp-Pq: Name e5d68f3851341c59c712763e69839042e630555a.patch
src/http_client_casablanca.cpp