mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
missed this one
This commit is contained in:
committed by
Ken Rice
parent
ddf95e26fc
commit
35cf575e12
@@ -409,7 +409,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_scgi_shutdown)
|
||||
int x = 3;
|
||||
|
||||
scgi_add_param(&handle, "REQUEST_METHOD", "POST");
|
||||
scgi_add_param(&handle, "REQUEST_URI", bp->url);
|
||||
scgi_add_param(&handle, "REQUEST_URI", bp->uri);
|
||||
scgi_add_body(&handle, "SHUTDOWN");
|
||||
|
||||
while(x--) {
|
||||
|
||||
Reference in New Issue
Block a user