Commit Briefs

Omar Polo

bring in newer ev and bufio from telescope

merge our local changes to bufio though.





Omar Polo

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.


Omar Polo

fmt


Omar Polo

amused-web: add websocket support; send forms via js if available

This allows amused-web to stay in sync using websockets (much like existing amused clients watch `amused monitor') and sends the forms in the background to avoid refreshing the page. Still missing is reopening the websocket, maybe blocking the UI in that case and showing the progress.


Omar Polo

amused-web: simplify http_reply