Fixed httpserver thereby also more optimized.

This commit is contained in:
FrozenCow 2011-02-19 00:01:42 +01:00
parent 42d07d6ca2
commit 791341f210
3 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,7 @@ import java.util.Map;
public class HttpResponse {
private HttpServerConnection connection;
public String version = "1.0";
public String version = "1.1";
public int statusCode = 200;
public String statusMessage = "OK";
public Map<String, String> fields = new HashMap<String, String>();