~ubuntu-branches/ubuntu/trusty/landscape-client/trusty-proposed

« back to all changes in this revision

Viewing changes to landscape/lib/fetch.py

Tags: upstream-1.5.0
ImportĀ upstreamĀ versionĀ 1.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    curl.setopt(pycurl.LOW_SPEED_TIME, total_timeout)
85
85
    curl.setopt(pycurl.NOSIGNAL, 1)
86
86
    curl.setopt(pycurl.WRITEFUNCTION, input.write)
 
87
    curl.setopt(pycurl.DNS_CACHE_TIMEOUT, 0)
87
88
 
88
89
    try:
89
90
        curl.perform()