diff options
author | Determinant <[email protected]> | 2020-06-07 17:32:22 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-07 17:32:22 -0400 |
commit | 734e7686a684030e2b9f1179af7f560683f2e913 (patch) | |
tree | 2cc6076ab4592961dd6bc07e5f0d3e2d998d22b5 /plugin/evm/vm.go | |
parent | 298d08dbf8b74a32f7bb74e25cc5bf729c35a6da (diff) |
...v0.2.3
Diffstat (limited to 'plugin/evm/vm.go')
-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 { |