K 10 svn:author V 3 des K 8 svn:date V 27 2002-06-05T10:05:03.000000Z K 7 svn:log V 433 First step towards SSL support: wrap connections in a 'struct connection' which contains the socket descriptor, the input buffer and (yet unused) SSL state variables. This has the neat side effect of greatly improving reentrance (though we're not *quite* there yet) and opening the door to HTTP connection caching. This commit is inspired by email conversations with and patches from Henry Whincup last fall. END