* fix StrBufReadBLOBBuffered; it didn't clean read bytes after first attempt
authorWilfried Göesgens <willi@citadel.org>
Mon, 21 Sep 2009 23:34:52 +0000 (23:34 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 21 Sep 2009 23:34:52 +0000 (23:34 +0000)
commit2e22f3313ffab43f382a2a9137e5a2a3f4994ca2
tree8c0ed2eca0285f81354352f34367c6a9a091572b
parent73f2cbe69f790e9204eb776f05eca74ae65e65fa
* fix StrBufReadBLOBBuffered; it didn't clean read bytes after first attempt
* fix StrBufSipLine / migrate it to work the same as the NextToken stuff with StrBufNOTNULL as abort condition
* add tests for StrBufSipLine to the unit tests
* clean up demo code
libcitadel/lib/stringbuf.c
libcitadel/tests/stringbuf_test.c