Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2da359b

Browse filesBrowse files
author
Sascha Schumann
committed
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.
1 parent a824c87 commit 2da359b
Copy full SHA for 2da359b

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎sapi/apache2filter/README‎

Copy file name to clipboardExpand all lines: sapi/apache2filter/README
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WHAT IS THIS?
22

3-
It is an output filter for Apache 2.0.
3+
This module exploits the layered I/O support in Apache 2.0.
44

55
HOW DOES IT WORK?
66

Collapse file

‎sapi/apache2filter/sapi_apache2.c‎

Copy file name to clipboardExpand all lines: sapi/apache2filter/sapi_apache2.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ php_apache_sapi_ub_write(const char *str, uint str_length)
5454

5555
ctx = SG(server_context);
5656

57-
if (!str_length) return 0;
57+
if (str_length == 0) return 0;
5858

5959
bb = apr_brigade_create(ctx->f->r->pool);
6060
while (str_length > 0) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.