Re: conns debug only in http10.pm - why?
Gisle Aas <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Peter Scott <[email protected]> writes: > > From: Peter Scott [mailto:[email protected]] > > I just discovered that the conns level debugging (connection data > > output) only works by setting PERL_LWP_USE_HTTP_10. Ever since the > > introduction of http10.pm (which I presume to be the former http.pm), > > the http.pm (in LWP/Protocol) has only one call to LWP::Debug::conns, > > and it is commented out. > > So since it has been... a while... should I submit a doc patch saying > to set PERL_LWP_USE_HTTP_10, or continue being patient? Or just use Ethereal[1] or a similar network sniffer program. That's what I currently use and the main reason I have not bothered with conns() calls for any recent code. They are not completely free for those that don't try to turn on this debugging either, so I would prefer to leave it like this. A doc patch will be welcomed. Regards, Gisle [1] http://www.ethereal.com/