requests come in e.g. /foo
replies come out upper-cased as /FOO
however, they are sent over to db.js to get upper-cased, and it replies two at once, concatenated with \n
to delimit
when a reply comes back from db.js it sends both queued replies back to the HTTP clients at the same time, i.e. the first will wait until the second comes in.