Skip to content

Commit

Permalink
Updating the response magic byte to match the spec.
Browse files Browse the repository at this point in the history
The server will match the spec in this regard real soon now.
  • Loading branch information
dustin committed Mar 30, 2008
1 parent f3b0127 commit ab779ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
abstract class OperationImpl extends BaseOperationImpl {

protected static final byte REQ_MAGIC = (byte)0x80;
protected static final byte RES_MAGIC = (byte)0x80;
protected static final byte RES_MAGIC = (byte)0x81;
protected static final int MIN_RECV_PACKET=16;

/**
Expand Down

0 comments on commit ab779ce

Please sign in to comment.