Tim Rühsen <[email protected]> writes: > I saw it, but took the routine from 'Mget' (It is my code, so I can > contribute > to Wget). This was a matter of time I had and I knew that it works. > The idea is to define 'connect_timeout' as the time nothing happens while > connecting. > But please feel free to change it to work as in wgnutls_read_timeout().
OK, I will commit your patch for now and try to find some time to change it. > To explain my repeated indentation problems: > The IDE I am working with (Netbeans) doesn't allow project-based indentation > style. Since i always have several dozen project open, almost all of them > having 'Linux' style, I have to hand-remove the tabs and replace them by > spaces (in each line). Pretty awful, especially because the 'artifical > intelligence' screws in from time to time. I really can't write larger Gnu > code, just some fixes or hacks (though I would like to, but my poor > nerves...). > > Does Eclipse do it any better ? I leave the answer to someone who uses Eclipse :-) I use Emacs and I have the opposite problem, configure another style for non-GNU projects. For what it matters, you can just ignore indentation, I always run again trough the patches and check these sort of issues before push them. Sometimes I try to deal also with missing ChangeLog entries, but most of the time it is too painful :-) -- Giuseppe
