http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5247
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2006-12-19 15:40 -------
Diagnosed with the help of LWP::Debug. It's the WWWOFFLE web proxy. With
HTTP_PROXY pointing at a running WWWOFFLE 2.9 proxy, LWP sees no data:
[28078] dbg: http: GET request,
http://spamassassin.kluge.net/updates/488816.tar.gz.sha1
LWP::UserAgent::request: ()
LWP::UserAgent::send_request: GET
http://spamassassin.kluge.net/updates/488816.tar.gz.sha1
LWP::UserAgent::_need_proxy: Proxied to http://web-proxy.srvr.nix:8080/
LWP::Protocol::http::request: ()
LWP::UserAgent::request: Simple response: OK
Without the proxy in the way, it works fine:
LWP::UserAgent::send_request: GET
http://spamassassin.kluge.net/updates/488816.tar.gz.sha1
LWP::UserAgent::_need_proxy: Not proxied
LWP::Protocol::http::request: ()
LWP::Protocol::collect: read 56 bytes
LWP::UserAgent::request: Simple response: OK
LWP::UserAgent::request: ()
I'll isolate this within WWWOFFLE and send a bug report to WWWOFFLE's author.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.