mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -483,7 +483,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core_ex(request_rec *r, char *buffer,
|
||||
|
||||
/* PR#38070: This fails because it gets confused when a
|
||||
* CGI Status header overrides ap_meets_conditions.
|
||||
*
|
||||
*
|
||||
* We can fix that by dropping ap_meets_conditions when
|
||||
* Status has been set. Since this is the only place
|
||||
* cgi_status gets used, let's test it explicitly.
|
||||
@ -809,7 +809,7 @@ argstr_to_table(char *str, apr_table_t *parms)
|
||||
if (str == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
key = apr_strtok(str, "&", &strtok_state);
|
||||
while (key) {
|
||||
value = strchr(key, '=');
|
||||
|
Reference in New Issue
Block a user