lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 8-bit chars in URL


From: Leonid Pauzner
Subject: Re: lynx-dev 8-bit chars in URL
Date: Fri, 23 May 2003 23:51:35 +0400 (MSD)

23-May-2003 15:33 Gisle Vanem wrote:
> "Leonid Pauzner" <address@hidden> said:

>> HTParse() is rather understandable, it is based on scan() results.

> scan() is easy, but HTParse() is called multiple times with different
> 'wanted' flags:

> HTParse.c: 245: HTParse: aName:`http://[::ffff:10.0.0.1]/'
> HTParse.c: 246:    relatedName:`'
> HTParse.c: 262:    want: punc anchor path host access
> HTParse.c: 508: HTParse: (ABS)
> HTParse.c: 626: HTParse:      result:`http://[/'

search for CLEAN_URLS symbol, it seems truncate wrong IPv4 port syntax...

> LYutils.c: 2651: LYUtils: inlocaldomain() not support.
> LYmainlo.c: 5316: Entering mainloop, startfile=http://[/
> LYgetfil.c: 137: getfile: getting http://[/

> HTParse.c: 245: HTParse: aName:`http://[/'
> HTParse.c: 246:    relatedName:`'
> HTParse.c: 262:    want: host
> HTParse.c: 626: HTParse:      result:`['

> I guess I need to check for 'wanted & PARSE_HOST'  before
> the other bits.

> --gv


> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]