
Known problems/bugs in neon                                        -*- text -*-
---------------------------

1. Each new SSL request is opening a new connection to the server.
   VERY slow. (session caching may help)

2. http_request.c:send_request will cause infinite loops in certain
   circumstances, it needs rewriting.  Occurs when remote server is
   an FTP server etc.

   Just stop retrying things so much in this function, it's crap.

4. If --with-neon is given it must fail if it doesn't find anything in
   the given location.

