We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c6a08 + 85fb3e0 commit b316f47Copy full SHA for b316f47
sdk/go/http/http.go
@@ -12,7 +12,7 @@ import (
12
// handler is the function that will be called by the http trigger in Spin.
13
var handler = defaultHandler
14
15
-// defaultHandler is a placeholder for returning a useful error to stdout when
+// defaultHandler is a placeholder for returning a useful error to stderr when
16
// the handler is not set.
17
var defaultHandler = func(http.ResponseWriter, *http.Request) {
18
fmt.Fprintln(os.Stderr, "http handler undefined")
0 commit comments