projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f054de2
)
- typos
author
Michael Wallner
<mike@php.net>
Thu, 29 Dec 2005 20:38:28 +0000
(20:38 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 29 Dec 2005 20:38:28 +0000
(20:38 +0000)
http_encoding_api.c
patch
|
blob
|
history
diff --git
a/http_encoding_api.c
b/http_encoding_api.c
index a31b5b79772cc0533c2af23274674cdb158db89d..32072641204426fc5724ea5a7f410d37c7c71248 100644
(file)
--- a/
http_encoding_api.c
+++ b/
http_encoding_api.c
@@
-467,7
+467,7
@@
PHP_HTTP_API STATUS _http_encoding_deflate_stream_flush(http_encoding_stream *s,
{
int status;
- *encoded_len = 0x800;
+ *encoded_len = 0x800
0
;
*encoded = emalloc_rel(*encoded_len);
s->stream.avail_in = 0;
@@
-503,7
+503,7
@@
PHP_HTTP_API STATUS _http_encoding_deflate_stream_finish(http_encoding_stream *s
{
int status;
- *encoded_len = 0x800;
+ *encoded_len = 0x800
0
;
*encoded = emalloc_rel(*encoded_len);
/* deflate remaining input */