Michael wrote:
>>  In URL.H I have doubled the "STRINGSIZE" from 40 to 80.
>> "80 ought to be enough for everyone". ;-)
>> 
>> Now the "k" does not get dropped from...
>> http://www.supercatjaguarspares.freeserve.co.uk/
>> 
>> (wouldn't you know, that URL is 41 with the trailing /) :(
>
>Maybe we can change STRINGSIZE to 42, but not to 80: it is used many
>times, and DOS memory is too limited for such wasting. Same with
>URLsize: we can increase it maybe to 300, but definitely not 1024.

When you get further down that thread you'll notice my quoting a RFC on the
subject (42 isn't enough for the RFC IIRC). A suggestion would be to use
pointers to the far memory, but it may (as Eko pointed out) be too slow. On
the other hand the chance of encountering such a large domain name again is
very small IMHO.

Reply via email to