Skip to content

Commit

Permalink
fixes hazelcast#123 asasda
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Gurbuz committed Jul 17, 2014
1 parent bb95f69 commit 451f642
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -33,6 +33,8 @@ public abstract class HttpCommand extends AbstractTextCommand {
protected final String uri;
protected ByteBuffer response;



public static final byte[] RES_200 = stringToBytes("HTTP/1.1 200 OK\r\n");
public static final byte[] RES_400 = stringToBytes("HTTP/1.1 400 Bad Request\r\nContent-Length: 0\r\n\r\n");
public static final byte[] RES_403 = stringToBytes("HTTP/1.1 403 Forbidden\r\n\r\n");
Expand Down

0 comments on commit 451f642

Please sign in to comment.