Commit Briefs




Omar Polo

amused-web: set the chunking earlier



Omar Polo

amused-web: log the HTTP version too




Omar Polo

amused-web: fix reading POST body

Some clients seem to include CRLF in the POST' Content-length, some don't. Ignoring when clients send more data then advertised and stripping CRLF at the end works fine across firefox, w3m and netsurf.


Omar Polo

use Transfer-Encoding: chunked only on HTTP/1.1

w3m (HTTP/1.0) doesn't seem to like it.


Omar Polo

fix the POST handling


Omar Polo

add amused-web, a web interface to control amused

It's a first stab at it, some planned features (like the search) are missing but the basic ones work. It's not hooked in the main build yet.