Re: URL lengths

2017-11-28 Thread John Williams
In article <20171128115425.22cudniq3zrfba3l@somnambulist.local>, Daniel Silverstone wrote: > I don't believe we limit URL length per-se, though they get interned and > as such four gigabytes per URL is probably the absolute limit. In > addition, POST data is

Re: URL lengths

2017-11-28 Thread Daniel Silverstone
On Mon, Nov 27, 2017 at 18:08:46 +, John Williams wrote: > What is the maximum URL length (including POST data) that NetSurf can > handle? I don't believe we limit URL length per-se, though they get interned and as such four gigabytes per URL is probably the absolute limit. In addition, POST

Re: URL lengths

2017-11-28 Thread Rob Kendrick
On Mon, Nov 27, 2017 at 06:08:46PM +, John Williams wrote: > An genuine real-life number would be better! >From memory, they are dynamically allocated as needed and can be of arbitrary length. This is a lot more efficient than using statically-sized buffers for the worst common case,