Merge branch 'etcimon-patch-1'
This commit is contained in:
commit
24fe24b37d
|
@ -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);
|
buf->last = nghttp2_cpymem(buf->last, p, nwrite);
|
||||||
p += len;
|
p += nwrite;
|
||||||
len -= nwrite;
|
len -= nwrite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue