]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5689 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 11 Aug 2013 19:05:11 +0000 (00:05 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 11 Aug 2013 19:05:11 +0000 (00:05 +0500)
src/mod/xml_int/mod_xml_scgi/mod_xml_scgi.c

index 0a0ba85e71eab6f5d88b6f584de836e0855c4b7e..b5fcbe39fd93ee493d43e26831edfd96d0b256ab 100644 (file)
@@ -158,6 +158,7 @@ static switch_xml_t xml_url_fetch(const char *section, const char *tag_name, con
        switch_assert(data);
 
        scgi_add_param(&handle, "REQUEST_METHOD", "POST");
+       scgi_add_param(&handle, "SERVER_PROTOCOL", "HTTP/1.0");
        scgi_add_param(&handle, "REQUEST_URI", binding->uri);
        scgi_add_body(&handle, data);