luohaha / CSpider

A scalable and convenient crawler framework in C:).
https://github.com/luohaha/CSpider
MIT License
367 stars 98 forks source link

Update cs_page.c #22

Closed mzer0-yu closed 8 years ago

mzer0-yu commented 8 years ago

Now you can do this way:

set_page(ptr_to_page, context1, length1); set_page(ptr_to_page, context2, length2); set_page(ptr_to_page, context3, length3);

The capacity expands automatically.

luohaha commented 8 years ago

Yes, this is nice!