Webrev: http://cr.opensolaris.org/~bpytlik/ips-5212-v1/
Fixes bugs: 5212 depot shouldn't construct entire response in memory for search 5579 Client shouldn't hold entire search response from server in memory 5580 pkg search -l shouldn't construct entire response in memory giving it to client 5581 fix for bug 5212 introduced asymmetry between client and server query_engine 5606 t_pkg_search.test_local_case_sensitive making remote calls Notes: The code moved from modules/query_engine.py did change slightly when it moved to modules/client/query_engine.py. Specifically, the append and return approach at the end of get_results has been changed you yield instead. Thanks, Brock _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
