Bug#847967: [pkg-lynx-maint] Bug#847967: Bug#847967: lynx: Fix links containing divs

2017-02-02 Thread Andrew Valencia
>> > >> > http://www.debian.org/";>Debian >> > I'm having a hard time trying to figure out why you would want an anchor across an entire div. span, yes, and Lynx already gets it right. I guess the idea is to have an entire table, and a click anywhere on the table moves you to the href? Kinda

Bug#450886: Spurious HTTPS network resets spreading

2015-12-16 Thread Andrew Valencia
As of December 15th, 2015 Duck Duck Go now resets when I try to connect from lynx. One assumes there is some newer level of SSL strictness which is deploying and not compatible with lynx. I'll dig through the code and see if more debug info can be enabled.

Bug#791452: [pkg-lynx-maint] Bug#791452: lynx: http_proxy variable silently ignored!

2015-07-05 Thread Andrew Valencia
More research... http proxying seems to be working fine. I notice that you specify an HTTP proxy, but go out using HTTPS. Can you try using an HTTPS proxy (sometimes problematic, I know)? Can you do a straight HTTP connection and verify that it's being proxied as expected? On 7/5/15, A

Bug#791452: [pkg-lynx-maint] Bug#791452: lynx: http_proxy variable silently ignored!

2015-07-05 Thread Andrew Valencia
Code inspection leads me to LYUtils.c, routine is_url(), which calls LYCheckForProxyURL() only if the URL type is not known. HTTP, of course, is known--thus it quietly ignores the proxy environment variable config. If another dev has a proxy server ready to go, an interesting experiment would be