nghttpx: Fix busy loop

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-12 01:22:40 +09:00
parent 471fd688b9
commit f086b7b67e
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ template <typename Memchunk> struct Memchunks {
tail = tail->next;
}
*tail->last++ = c;
++len;
return 1;
}
size_t append(const void *src, size_t count) {