]> granicus.if.org Git - curl/commit
read_callback: move to SessionHandle from connectdata
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 May 2015 12:33:04 +0000 (14:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 May 2015 21:06:45 +0000 (23:06 +0200)
commitb0143a2a33f0e577b1c2c9a407ac081418b5ea6b
treeef8d61a23c8829f6cc28ecc8014753b35cc6b28e
parent6a688976f07576ca8209dbe29fe2e93e2b41db8c
read_callback: move to SessionHandle from connectdata

With many easy handles using the same connection for multiplexing, it is
important we store and keep the transfer-oriented stuff in the
SessionHandle so that callbacks and callback data work fine even when
many easy handles share the same physical connection.
lib/file.c
lib/ftp.c
lib/http.c
lib/multi.c
lib/ssh.c
lib/telnet.c
lib/transfer.c
lib/transfer.h
lib/url.c
lib/urldata.h