Skip to content

Commit

Permalink
Increase line buf to hold the new longest line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Rarick committed Feb 27, 2008
1 parent d6c8814 commit 594f79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conn.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

/* A command can be at most LINE_BUF_SIZE chars, including "\r\n". This value
* MUST be enough to hold the longest possible command or reply line, which is
* currently "release 18446744073709551615 4294967295 4294967295\r\n". */
#define LINE_BUF_SIZE 54
* currently "USING a{200}\r\n". */
#define LINE_BUF_SIZE 208

#define OP_UNKNOWN 0
#define OP_PUT 1
Expand Down

0 comments on commit 594f79a

Please sign in to comment.