Speaking of SSL, my recent HTTP(s) problems seems to have something to do with this:
| int len=(int)headers["content-length"]; | werror("len=%O z(len)=%O\n",len,zero_type(len));
gives the dump "len=2653 z(len)=2122".
Is this really correct?
(Snip from Protocols.HTTP.Query.)
/ Mirar
Previous text:
2002-11-26 16:48: Subject: Image.SSL?
That won't affect the dump order for the dump_modules target since it doesn't use install.pike.
No, but that's ok since we can simply remove the dump_modules target.
Anyway, dumping by make documentation should be disabled unless that dumping also can be made to work deterministically.
Currently this applies to dumping during installation too.
That was what the sort in install.pike was supposed to fix (if there indeed _is_ anything to fix there, I haven's seen any problems with the dumping that make install does).
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)