-
- Downloads
urldata: clean up the use of the protocol specific structs
1 - always allocate the struct in protocol->setup_connection. Some protocol handlers had to get this function added. 2 - always free at the end of a request. This is also an attempt to keep less memory in the handle after it is completed.
Showing
- lib/easy.c 2 additions, 3 deletionslib/easy.c
- lib/file.c 7 additions, 22 deletionslib/file.c
- lib/ftp.c 29 additions, 79 deletionslib/ftp.c
- lib/http.c 19 additions, 16 deletionslib/http.c
- lib/http.h 2 additions, 1 deletionlib/http.h
- lib/imap.c 13 additions, 30 deletionslib/imap.c
- lib/pop3.c 13 additions, 30 deletionslib/pop3.c
- lib/rtsp.c 18 additions, 17 deletionslib/rtsp.c
- lib/smtp.c 14 additions, 30 deletionslib/smtp.c
- lib/ssh.c 11 additions, 36 deletionslib/ssh.c
- lib/tftp.c 0 additions, 12 deletionslib/tftp.c
- lib/url.c 53 additions, 39 deletionslib/url.c
- lib/url.h 0 additions, 5 deletionslib/url.h
- lib/urldata.h 4 additions, 3 deletionslib/urldata.h
Loading
Please register or sign in to comment