nghttpx: Reseve rcbufs_
This commit is contained in:
parent
58043a6b04
commit
5f5cf4107e
|
@ -157,6 +157,8 @@ Downstream::Downstream(Upstream *upstream, MemchunkPool *mcpool,
|
|||
upstream_wtimer_.data = this;
|
||||
downstream_rtimer_.data = this;
|
||||
downstream_wtimer_.data = this;
|
||||
|
||||
rcbufs_.reserve(32);
|
||||
}
|
||||
|
||||
Downstream::~Downstream() {
|
||||
|
|
Loading…
Reference in New Issue