You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <jw...@wlu.edu> on 2000/07/18 00:30:35 UTC

[PATCH] buckets: get rid of ap_bucket_list type

Here's a patch to get rid of the ap_bucket_list type.  Instead, I just
add a prev and next pointer to the ap_bucket type and let it do both
jobs, since an ap_bucket_list without an ap_bucket or vice versa is
pretty useless and just causes problems.

--Cliff