all repos — honk @ d0f8ccf3ab4a2d4dbb308b5a97cb4613f01c4696

my fork of honk

return a teapot for sig errors
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 02:35:51 -0400
commit

d0f8ccf3ab4a2d4dbb308b5a97cb4613f01c4696

parent

da26ed630a4e0b86488f7e38038ce86a1da93ebc

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -293,6 +293,7 @@ io.WriteString(os.Stdout, "bad payload\n")

os.Stdout.Write(payload) io.WriteString(os.Stdout, "\n") } + http.Error(w, "what did you call me?", http.StatusTeapot) return } what, _ := j.GetString("type")