]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) strict content-length parsing
authorGraham Leggett <minfrin@apache.org>
Wed, 8 Jul 2020 11:09:13 +0000 (11:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 8 Jul 2020 11:09:13 +0000 (11:09 +0000)
commit3303dc4f7273e05ea9a80402b33f68cd155c146a
tree23b01f8f055ae5706de585e16c21296d7b22e557
parent5da075461e86b94476320858d2db3a4495c8c1df
  *) strict content-length parsing
     trunk patch http://svn.apache.org/r1877954
                 http://svn.apache.org/r1877955
                 http://svn.apache.org/r1879369
                 http://svn.apache.org/r1879373
     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-ap_parse_strict_length.patch
    +1: ylavic, minfrin, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879639 13f79535-47bb-0310-9956-ffa450edef68
19 files changed:
CHANGES
STATUS
include/ap_mmn.h
include/httpd.h
modules/cache/mod_cache.c
modules/cache/mod_cache_disk.c
modules/cache/mod_cache_socache.c
modules/dav/main/mod_dav.c
modules/filters/mod_data.c
modules/filters/mod_reflector.c
modules/filters/mod_request.c
modules/http/byterange_filter.c
modules/http/http_filters.c
modules/mappers/mod_negotiation.c
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy_ajp.c
modules/proxy/mod_proxy_http.c
server/protocol.c
server/util.c