In message <56a1aa7e00JohnRW@ukgateway.net>
John Williams <JohnRW@ukgateway.net> wrote:
> What is the maximum URL length (including POST data) that NetSurf can
> handle?
>From a quick glance at the NetSurf 3.7 sources I would guess that the
answer rather depends on which platform, and then on the particular machine
NetSurf is running on. If your menu program is in BBC BASIC I would
DIM buffers for URLs from the heap as you need them. In C I would use alloc.
In Lua, Python or PERL all that is done for you anyway, and you do not
need to think about maximum string lengths.
--
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/
No comments:
Post a Comment