Skip to content

Commit

Permalink
v0.7.3, adjusted buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed Jun 25, 2015
1 parent da27d43 commit 4b0bc9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v0.7.3
--------------------------------------------------------------------------------
*
* sandbox update to nghttp2 1.0.4
* rework of stream scheduling and thread sync
* test suite runs with mpm_prefork on OS X and Ubuntu (feedback welcome)

v0.7.2
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

AC_PREREQ([2.69])
AC_INIT([mod_h2], [0.7.3-DEV], [[email protected]])
AC_INIT([mod_h2], [0.7.3], [[email protected]])

LT_PREREQ([2.2.6])
LT_INIT()
Expand Down
2 changes: 1 addition & 1 deletion mod_h2/h2_conn_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* out data.
*/

#define H2_CONN_IO_BUF_SIZE (16 * 1024)
#define H2_CONN_IO_BUF_SIZE (64 * 1024)
#define H2_CONN_IO_SSL_WRITE_SIZE (16 * 1024)


Expand Down

0 comments on commit 4b0bc9b

Please sign in to comment.