| setappfwprofile_optimizepartialreqs |
Use this method to set optimize handle of HTTP partial requests i.e. those with range headers. Available settings are as follows: * ON - Partial requests by the client result in partial requests to the backend server in most cases. * OFF - Partial requests by the client are changed to full requests to the backend server |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
optimizepartialreqs |
Optimize handle of HTTP partial requests i.e. those with range headers.
Available settings are as follows:
* ON - Partial requests by the client result in partial requests to the backend server in most cases.
* OFF - Partial requests by the client are changed to full requests to the backend server Possible Values : ON, OFF. |
Return Value |
Returns simpleResult |
See Also |