Commit 483b149b authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Let the error bucket implement the simple copy routine.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95411 13f79535-47bb-0310-9956-ffa450edef68
parent 9715dad4
Loading
Loading
Loading
Loading
+1 −1
Changes for server/error_bucket.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -101,5 +101,5 @@ AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_error = {
    error_bucket_read,
    apr_bucket_setaside_notimpl,
    apr_bucket_split_notimpl,
    apr_bucket_copy_notimpl
    apr_bucket_simple_copy
};