diff --git a/lib/kc3/0.1/http/response.kc3 b/lib/kc3/0.1/http/response.kc3
index ac9b813..ffcc4da 100644
--- a/lib/kc3/0.1/http/response.kc3
+++ b/lib/kc3/0.1/http/response.kc3
@@ -2,7 +2,7 @@ defmodule HTTP.Response do
defstruct [protocol: "HTTP/1.1",
code: (U16) 200,
- message: "OK",
+ message: "",
headers: [{"Content-Type", "text/html"}],
body: ""]