Fixed httpserver thereby also more optimized.
This commit is contained in:
parent
42d07d6ca2
commit
791341f210
3 changed files with 6 additions and 4 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue