Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buflist: append: treat NULL additional buf as error not assert
Very very occasionally on server we try to add a NULL buffer to a buflist. Let's try dealing with that by failing (caller must always be able to handle failure from OOM) rather than asserting.
- Loading branch information