Commits


amused-web: simplify parsing of the first line of the request


amused-web: log the HTTP version too


amused-web: reply with the right HTTP version


amused-web: rework client handling on top of bufio / ev


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


split out the various LDADD_* so we don't link everything to everything


fmt


s/handle_client/web_accept


use ev.c in amused-web too


add portability shim for timespecsub


add missing #include <time.h>