summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_curl_defaults.c
AgeCommit message (Collapse)Author
2019-05-17Compression.Marcello Stanisci
Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.)
2019-05-10Remove non-working curl configFlorian Dold
These headers are overwritten by GNUNET's curl context, setting them here is useless.
2019-05-01Remove bogus ifdef for tcp fast openFlorian Dold
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff