From: Carl Worth Date: Fri, 26 Jun 2020 14:30:38 +0000 (-0700) Subject: Send a response in the implementation of the '/reset' endpoint X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=04466f7f35cfe583ee872dd272ded15be2bf1e0b;hp=04466f7f35cfe583ee872dd272ded15be2bf1e0b;p=lmno-server Send a response in the implementation of the '/reset' endpoint Without this, a client could hang forever waiting for the server to say something, (which is exactly what the test suite was doing without this fix). ---