]> git.street.me.uk Git - andy/viking.git/commit - src/vikmapslayer_compat.h
Allow reuse of curl connection objects
authorSven Wegener <sven.wegener@stealer.net>
Sat, 16 Jan 2010 12:31:35 +0000 (13:31 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 24 Jan 2010 16:03:16 +0000 (17:03 +0100)
commit825413bac81e7234ed27a8ff3343a8295cc393e2
treeb3b79139d6d48e3d1136ae66d29283307c1bb822
parenta88768926619a3d44947b8e4baca7fae365ca717
Allow reuse of curl connection objects

This is quite a huge speed gain when downloading a lot of maps, because it
allows curl to use http keep-alive and avoid the handshake for every
connection.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
15 files changed:
src/babel.c
src/curl_download.c
src/curl_download.h
src/download.c
src/download.h
src/geonamessearch.c
src/terraservermapsource.c
src/vikdemlayer.c
src/vikgototool.c
src/vikmapslayer.c
src/vikmapslayer_compat.h
src/vikmapsource.c
src/vikmapsource.h
src/vikmaptype.c
src/vikslippymapsource.c