]> granicus.if.org Git - apache/commit
* apr_brigade_partition() now returns an apr_status_t (finally!).
authorCliff Woolley <jwoolley@apache.org>
Wed, 13 Jun 2001 16:48:37 +0000 (16:48 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 13 Jun 2001 16:48:37 +0000 (16:48 +0000)
commitc091130eab8ad5d5f21ad86e10fe808bc264fc0b
tree05b474c5becb07d358dd722cb7246848855c0486
parent66a61c359d5b20224bac2b8224a83a6abf28059a
* apr_brigade_partition() now returns an apr_status_t (finally!).
* did some code cleanups/optimizations in that function.
* updated Apache's byterange filter to handle the new prototype. added
  error handling to the byterange filter should apr_brigade_partition()
  ever fail, which it never will unless somebody either removes the earlier
  call to apr_brigade_length() for some unknown reason or invents a new
  bucket type that is of a predetermined length but which cannot be split
  natively (or which has a split that might fail).  might as well be
  future-proof.

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