]> arthur.barton.de Git - bup.git/commit
web: fix broken GETs and test
authorRob Browning <rlb@defaultvalue.org>
Sat, 12 Mar 2016 17:45:08 +0000 (11:45 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Mar 2016 17:52:47 +0000 (11:52 -0600)
commit506eaeb0d32a240c1056c2168b9b6f335d034951
tree278d33282ff1147309fd7db4273db1a0223254b7
parent664abfa2b6991bafafbcc05a02307ad5ace38547
web: fix broken GETs and test

It appears that content GETs, i.e. "curl
http://localhost/foo/latest/bar" may have been broken for a while.  To
addresss that, switch to the apparently preferred upstream coroutine
approach, and add some initial tests.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
cmd/web-cmd.py
t/test-web.sh [new file with mode: 0755]