nghttpx: Change frontend write buffer size to 32768

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-30 21:32:21 +09:00
parent 4b0b036d3b
commit 1816738b3c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public:
int64_t body_bytes_sent);
WorkerStat *get_worker_stat() const;
using WriteBuf = Buffer<65536>;
using WriteBuf = Buffer<32768>;
using ReadBuf = Buffer<8192>;
WriteBuf *get_wb();