]> granicus.if.org Git - apache/commit
minor cleanups in http_filter() and ap_get_client_block()
authorJeff Trawick <trawick@apache.org>
Tue, 10 Oct 2000 17:04:19 +0000 (17:04 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 10 Oct 2000 17:04:19 +0000 (17:04 +0000)
commita51c78f84e6979f9e482d23abded6f2b4e6de519
treeecaee4401b39c3d8bdbd1f8b3b1cefe02f6b7e74
parent5459cd2b32f909d588f5a58529e1f6bf74964e62
minor cleanups in http_filter() and ap_get_client_block()

this is not the change to allow us to read broken-up header lines again :(

. http_filter()
  - respect apr_status_t as set by bucket->read() or ap_get_brigade()
  - return apr_status_t instead of length
. ap_get_client_block()
  - remove a confusing line which set the length parameter before
  - passing it to bucket->read()

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