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:
65cf6ca
)
- fix default send buffer size
author
Michael Wallner
<mike@php.net>
Fri, 20 Apr 2007 14:43:45 +0000
(14:43 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 20 Apr 2007 14:43:45 +0000
(14:43 +0000)
php_http_std_defs.h
patch
|
blob
|
history
diff --git
a/php_http_std_defs.h
b/php_http_std_defs.h
index 792ddda4319095ad39970a62cd2044c20d105307..b57f71425f608fe27ccf8fecf0808971465e7cb6 100644
(file)
--- a/
php_http_std_defs.h
+++ b/
php_http_std_defs.h
@@
-108,7
+108,7
@@
typedef int STATUS;
#define HTTP_URL_ARGSEP "&"
/* send buffer size */
-#define HTTP_SENDBUF_SIZE
8000 /*40960*/
+#define HTTP_SENDBUF_SIZE
40960
/* CURL buffer size */
#define HTTP_CURLBUF_SIZE 16384