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: Gisle Vanem
Subject: Re: lynx-dev 8-bit chars in URL
Date: Fri, 23 May 2003 15:33:44 +0200

"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://[/'
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

reply via email to

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