diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/evm/vm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index 929725d..10a4854 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -339,7 +339,7 @@ func (ipf ipFilter) ServeHTTP(writer http.ResponseWriter, request *http.Request) return } writer.WriteHeader(404) - writer.Write([]byte("404 page not found")) + writer.Write([]byte("404 page not found\r\n")) } func newIPFilter(handler http.Handler) http.Handler { |