]> granicus.if.org Git - apache/commit
- Add some error handling for writing to the output filter chain.
authorStefan Fritsch <sf@apache.org>
Sun, 27 Nov 2011 21:37:49 +0000 (21:37 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 27 Nov 2011 21:37:49 +0000 (21:37 +0000)
commita19f1257ef4677c3423a1f648f02bc8fcfa41e30
tree98524e3ef4a298e0fba3543a8512b55708e394a3
parent3c0136afce79f8e372195850625ab12f18fb02f6
- Add some error handling for writing to the output filter chain.
- Add some ap_assert()s for error cases that probably should not happen (and
  the following code would break).
  These fix some compiler warnings about "variable 'rv' set but not used".
- Prevent a leak of a bucket in one error case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206850 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_xml2enc.c