[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] LWP - close connection



On Wed, 10 Nov 1999 01:04:11 -0600, Greenblatt & Seay wrote:
>
>I have a MacPerl program that successfully uses HTTP::Request  and
>LWP::UserAgent to open an internet connection and download a certain web
>page.
>
>How do I get MacPerl to close the connection?

Since LWP doesn't, to my knowledge, implement persistent connections, it
should be closing it itself. What makes you think it isn't? I just checked
the code and there's a "$socket->close" right at the end of
LWP::Protocol::http, so it should be doing the right thing.

>
>Thanks.
>
>David Seay
>http://www.mastercall.com/g-s/
>
>
>
># ===== Want to unsubscribe from this list?
># ===== Send mail with body "unsubscribe" to
macperl-request@macperl.org
>
>

-------
Paul J. Schinder
schinder@pobox.com


# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org