]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the offset field from ap_bucket type. This is a file bucket
authorRyan Bloom <rbb@apache.org>
Thu, 12 Oct 2000 18:01:30 +0000 (18:01 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 12 Oct 2000 18:01:30 +0000 (18:01 +0000)
commit9a123457227e4531509d7ad11e58bce846e41d0f
tree03332ef2419c007a76d54d4d41034f92b8f92944
parentc27033df766451cb3e3c19a251e6ffb777dbf9bd
Remove the offset field from ap_bucket type.  This is a file bucket
specific value, and therefore it belongs in the ap_bucket_file type,
which was also created with this commit.  ap_bucket needs to be as generic
as possible to make it easily extensible, which means we have to keep
the generic ap_bucket type very separate from ap_bucket_foo.

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