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.)