1
0
mirror of https://github.com/apache/httpd.git synced 2025-04-18 22:24:07 +03:00

5 Commits

Author SHA1 Message Date
Jim Jagielski
ec88a92d83 Expose "new" ap_parse_form_data() function instead of requiring
mod_request for any module that may want to parse form data...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072099 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 18:40:31 +00:00
William A. Rowe Jr
3ad01cf27e You don't export the fn hooked or registered as an optional fn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664227 13f79535-47bb-0310-9956-ffa450edef68
2008-06-07 01:02:31 +00:00
William A. Rowe Jr
626c03ae23 No. You cannot rely on mod_foo.h magic from the
various subdirectories if you will consume it in
the core (server/*.c).  server/request.c needs
mod_request (similar to mod_core.h) so this never
belonged in the subdir.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664167 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 22:32:32 +00:00
Graham Leggett
c239e59ea5 Move the public mod_request.h header out of the include directory and back to modules/filters.
The current build of exports.c assumes that everything in include is part of the core, and so
putting the header there creates link errors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648254 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 13:53:32 +00:00
Graham Leggett
b613588a30 Move the KeptBodySize directive, kept_body filters and the
ap_parse_request_body function out of the http module and into a
new module called mod_request, reducing the size of the core.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647263 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 18:41:53 +00:00