diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-03-07 14:19:37 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-03-07 14:19:37 +0100 |
commit | 0cb63842869cc2d9c02aba63c2122c685ac88d76 (patch) | |
tree | 23c3a4c3ea9de72fc8d240360bb23aaafad2ba63 /changes-entries | |
parent | Adjust Travis branch-matching conditions to treat any (diff) | |
download | apache2-0cb63842869cc2d9c02aba63c2122c685ac88d76.tar.xz apache2-0cb63842869cc2d9c02aba63c2122c685ac88d76.zip |
core: Simpler connection close logic if discarding the request body fails.
If ap_discard_request_body() sets AP_CONN_CLOSE by itself it simplifies and
allows to consolidate end_output_stream() and error_output_stream().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/discard_body.diff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/discard_body.diff b/changes-entries/discard_body.diff new file mode 100644 index 0000000000..6b467ac5ee --- /dev/null +++ b/changes-entries/discard_body.diff @@ -0,0 +1,2 @@ + *) core: Simpler connection close logic if discarding the request body fails. + [Yann Ylavic, Ruediger Pluem]
\ No newline at end of file |