You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible (how) to only get the first x number of bytes from the article body and then kill the tcp stream to prevent downloading the rest of the data? (Saving bandwidth).
In other words:
I need to grab only the yenc header from an article and because I need to parse a crapload of articles it would save me a whole lot of bandwidth when it kills the connection after the header is loaded.
Any idea?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible (how) to only get the first x number of bytes from the article body and then kill the tcp stream to prevent downloading the rest of the data? (Saving bandwidth).
In other words:
I need to grab only the yenc header from an article and because I need to parse a crapload of articles it would save me a whole lot of bandwidth when it kills the connection after the header is loaded.
Any idea?
Cheers
The text was updated successfully, but these errors were encountered: