On Tue, 25 May 2004 [EMAIL PROTECTED] wrote: > Everything else works. But the libz library compiles properly, and the > resulting lynx.exe with -DUSE_ZLIB doesn't decompress .gz web pages > (try superpages.com).
It seems to work for me (on Linux). Perhaps one of the ifdef's that turns on the Accept-Encoding items is not correct in the non-autoconf version. The options menu should have a new entry like Preferred encoding (!) : [All_____] and list gzip as one of the possible choices. Here's the section of my trace file that shows what happens: LYCookie: Searching for 'superpages.com:80', '/'. Composing Authorization for superpages.com:80/ HTAASetup_lookup: No template matched `' (so probably not protected) HTTP: Not sending authorization (yet). Writing: GET / HTTP/1.0\r Host: superpages.com\r Accept: text/html, text/plain, text/sgml, */*;q=0.01\r Accept-Encoding: gzip, compress, bzip2\r Accept-Language: en\r Pragma: no-cache\r Cache-Control: no-cache\r User-Agent: Lynx/2.8.6dev.3 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7d\r Referer: http://superpages.com/\r \r ---------------------------------- Sending HTTP request. HTTP: WRITE delivered OK HTTP request sent; waiting for response. HTTP: Trying to read 1535 HTTP: Read 179 Read 179 bytes of data, 586 bytes/sec. HTTP: Rx: HTTP/1.1 200 OK HTTP: Scanned 2 fields from line_buffer --- Talking HTTP1. HTTP/1.1 200 OK HTFormat: Constructing stream stack for www/mime to www/present HTFormat: Looking up presentation for www/mime to www/present HTFormat: comparing image/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match HTFormat: comparing text/* and www/mime for half match StreamStack: found weak wildcard match: www/present FindPresentation: found exact match: www/mime StreamStack: found exact match: www/mime StreamStack: Returning "MIMEParser" HTMIME: Server: Netscape-Enterprise/4.1^M Date: Tue, 25 May 2004 21:54:08 GMT^M Content-encoding: gzip^M Content-length: 8054^M Connection: close^M -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lynx-dev
