Commit c9d08c41 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

Fixed the parsing of URL query info into CGI args by replacing the

strtok call with our earlier code for extracting keywords from
a "+" separated string.  Also made a performance improvement by
allocating just-enough memory for the argv array instead of the
maximum supported by the OS.

Submitted by: Dean Gaudet and Roy Fielding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@78060 13f79535-47bb-0310-9956-ffa450edef68
parent 6094ddde
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment