Skip to content

Commit 483b149

Browse files
author
Justin Erenkrantz
committed
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
1 parent 9715dad commit 483b149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/error_bucket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_error = {
101101
error_bucket_read,
102102
apr_bucket_setaside_notimpl,
103103
apr_bucket_split_notimpl,
104-
apr_bucket_copy_notimpl
104+
apr_bucket_simple_copy
105105
};

0 commit comments

Comments
 (0)