]> 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)
commitbead96c345b040eb1ef726dc2f6ead9c3dd4366f
treeecaee4401b39c3d8bdbd1f8b3b1cefe02f6b7e74
parent869ecd1ce8edac047052165ece18e3ee693035f9
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