Re: [AOLSERVER] Server behaviour with large cookies

2012-06-13 Thread David Osborne
Thanks for the info Jeff, (apologies for the very delayed reaction!).. Are these the commits you are referring to? (the non-nspostgres ones) http://sourceforge.net/mailarchive/forum.php?forum_name=aolserver-commits&max_rows=25&style=ultimate&viewmonth=201107&viewday=9 Log Message: - move the han

Re: [AOLSERVER] Server behaviour with large cookies

2012-04-26 Thread Jeff Rogers
The default maximum length for a single line in the header is 4096 bytes, which your cookie will end up slightly longer than. An error message should be logged in the server log, something line "max line exceeded". It looks like the code just closes the socket when that happens, tho I have a

[AOLSERVER] Server behaviour with large cookies

2012-04-26 Thread David Osborne
Hi, Can I check if the following is an intended behaviour? We run Aolserver 4.5.1 on Debian Squeeze. The behaviour we are seeing is, when a large cookie is sent in a request, the nsd daemon doesn't seem to reply at all. (This also occurs with a large number of smaller cookies. ~50) I constructe