Skip to content

Commit

Permalink
Revert "Fix parsing bug when error body contains no spaces"
Browse files Browse the repository at this point in the history
  • Loading branch information
manjuraj committed Oct 1, 2015
1 parent 34f369f commit 65bb2ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions src/proto/nc_redis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1920,9 +1920,6 @@ redis_parse_rsp(struct msg *r)

break;
}
if (ch == CR) {
p -= 1;
}
state = SW_RUNTO_CRLF;
}

Expand Down
33 changes: 0 additions & 33 deletions tests/test_redis/test_lua_error_return.py

This file was deleted.

0 comments on commit 65bb2ac

Please sign in to comment.