projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa726d1
)
merge if blocks
author
Stefan Fritsch
<sf@apache.org>
Sun, 4 Oct 2009 09:29:38 +0000
(09:29 +0000)
committer
Stefan Fritsch
<sf@apache.org>
Sun, 4 Oct 2009 09:29:38 +0000
(09:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821486
13f79535
-47bb-0310-9956-
ffa450edef68
server/core_filters.c
patch
|
blob
|
history
diff --git
a/server/core_filters.c
b/server/core_filters.c
index 4ff96d9811e3e085c7cf17088aa7c85d00e6f965..53a02698a65a13095a6c63cd2ec19d4e662b40d9 100644
(file)
--- a/
server/core_filters.c
+++ b/
server/core_filters.c
@@
-390,9
+390,6
@@
apr_status_t ap_core_output_filter(ap_filter_t *f, apr_bucket_brigade *new_bb)
ctx->bytes_in += bucket->length;
}
}
- }
-
- if (new_bb != NULL) {
bb = new_bb;
}