getinfo circuit-status misses entries

When using the getinfo circuit-status call, Stem does not output the same number of entries as a direct call on the control port does. This applies for the function calls controller.get_circuits() and controller.get_circuit() as well as to a direct call using controller.get_info("circuit-status").

Example Output (with relay information removed): Output Control Port:

getinfo circuit-status
250+circuit-status=
1 BUILT $123~bla,$456~bla,$789~bla BUILD_FLAGS=NEED_CAPACITY PURPOSE=GENERAL TIME_CREATED=2019-08-01T08:24:46.866459
2 BUILT ...
3 BUILT ...
4 BUILT ...
5 BUILT ...
.
250 OK

Output Stem (raw getinfo("circuit-status") call):

1 BUILT $123~bla,$456~bla,$789~bla BUILD_FLAGS=NEED_CAPACITY PURPOSE=GENERAL TIME_CREATED=2019-08-01T08:24:46.866459

Trac:
Username: blister_green