Skip to content

Commit 83bc540

Browse files
committed
fixup! fixup! testing: fixed value error caused by setting client timeout to 0
1 parent ee8ecc8 commit 83bc540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/client/http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Error Handling
170170
... var fib = function fib(n) { return n < 2 ? n : fib(n-1) + fib(n-2); }
171171
... '
172172
... ''')
173-
{'cols': [], 'rows': [[]], 'rowcount': 1, 'duration': ...}
173+
{...}
174174

175175
It's possible to define a HTTP timeout in seconds on client instantiation, so a
176176
timeout exception is raised when timeout is reached::

0 commit comments

Comments
 (0)