From f8bee94f32769f271267ec4e90db5dc80ad443a5 Mon Sep 17 00:00:00 2001
From: Thulinma <jaron@vietors.com>
Date: Wed, 16 Feb 2011 23:47:51 +0100
Subject: [PATCH] Metadata fix, protocol dix

---
 util/http_parser.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/http_parser.cpp b/util/http_parser.cpp
index f00cb2dd..df866b1a 100644
--- a/util/http_parser.cpp
+++ b/util/http_parser.cpp
@@ -35,7 +35,7 @@ void HTTPReader::Clean(){
   seenReq = false;
   method = "GET";
   url = "/";
-  protocol = "HTTP/1.0";
+  protocol = "HTTP/1.1";
   length = 0;
   HTTPbuffer = "";
   headers.erase(headers.begin(), headers.end());