Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix integer overflow error ``` { // wrong command var stream = t.Stream.init(); stream.add("invalid data\r\n"); var client = TestClient.init(stream, config); defer client.deinit(); try t.expectError(error.SyntaxErrorOrCommandNotFound, client.hello()); } ```
- Loading branch information