Commits


bring in newer ev and bufio from telescope merge our local changes to bufio though.


amused-web: parse POST data in bufio' rbuf Add a proper upper limit (4096 seems enough for now) and safely NUL-terminate the rbuf. The idea is to later drop the clt->buf static buffer and allocate it on demand only when we need to do (http) chunking.


amused-web: tweak bufio APIs for future HTTP usage add bufio_free() to free the bufio without re-initialization, add support for writing HTTP-style chunks and add ability to extract data from the read buffer via the bufio_* layer instead of peeking at the internals.


amused-web: crank up BIO_CHUNK


amused-web: drop double bufio_reset() prototype


amused-web: remove the TLS handling from bufio


amused-web: import bufio.[ch] from syncparty