Re[6]: Generic HTTP access?
- Posted by akusaya at gmx.net Jul 06, 2006
- 541 views
> posted by: Julio C. Galaret Viera <galaret at adinet.com.uy> > According to the authors, libcurl *must* be initialized at the very > beginning of the main program from where it is used and *not* when > any of the library functions are about to be used. > Otherwise, programs may experience crashes at random (non repeatable). > Besides, libcurl is much more powerful than wget. OK, I'll note this when I make another program that accesses network next time. Thanks for the info :)