Commits


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