]> git.cworth.org Git - empires-server/commitdiff
Provide an explicit (empty) return body for some responses
authorCarl Worth <cworth@cworth.org>
Thu, 11 Jun 2020 18:53:43 +0000 (11:53 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Jun 2020 18:53:43 +0000 (11:53 -0700)
If we just do the numeric sendStatus(200) then node goes and sends a
response with a body of "OK" rather than something empty.

I don't necessarily want that, (and I notice that when I have spurious
"OK" strings cluttering up my test-suite output).


No differences found