Merge branch 'etcimon-patch-1'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-15 00:57:07 +09:00
commit 24fe24b37d
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ int nghttp2_bufs_add(nghttp2_bufs *bufs, const void *data, size_t len) {
}
buf->last = nghttp2_cpymem(buf->last, p, nwrite);
p += len;
p += nwrite;
len -= nwrite;
}