Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 916271
Collapse All | Expand All

(-)a/weather-metar.c (-1 / +1 lines)
Lines 550-556 Link Here
550
    }
550
    }
551
551
552
    msg = soup_form_request_new (
552
    msg = soup_form_request_new (
553
        "GET", "https://www.aviationweather.gov/adds/dataserver_current/httpparam",
553
        "GET", "https://www.aviationweather.gov/cgi-bin/data/dataserver.php",
554
        "dataSource", "metars",
554
        "dataSource", "metars",
555
        "requestType", "retrieve",
555
        "requestType", "retrieve",
556
        "format", "xml",
556
        "format", "xml",

Return to bug 916271