mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces
and the header filter still seems to be broken. Will try later.
This commit is contained in:
parent
a824c87e6d
commit
2da359bb84
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
WHAT IS THIS?
|
||||
|
||||
It is an output filter for Apache 2.0.
|
||||
This module exploits the layered I/O support in Apache 2.0.
|
||||
|
||||
HOW DOES IT WORK?
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ php_apache_sapi_ub_write(const char *str, uint str_length)
|
|||
|
||||
ctx = SG(server_context);
|
||||
|
||||
if (!str_length) return 0;
|
||||
if (str_length == 0) return 0;
|
||||
|
||||
bb = apr_brigade_create(ctx->f->r->pool);
|
||||
while (str_length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue