Can you provide example of how not to fetch entire result? It is not always efficient to accumulate response - it is better to return it clients as it comes in chunks.
2012/6/1 Denys Khanzhiyev <[email protected]> > Thanks for fix. Now I can compare it with my lib. > > > 2012/6/1 Henri Gourvest <[email protected]> > >> Le 31/05/12 20:20, Denys Khanzhiyev a écrit : >> >> I have created issue on GitHub with simple test. >>> >> thank you,it is fixed >> >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-** >> Posting-Guidelines<https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines> >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> nodejs+unsubscribe@**googlegroups.com<nodejs%[email protected]> >> For more options, visit this group at >> http://groups.google.com/**group/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en> >> > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
