]> granicus.if.org Git - curl/commit
smtp: Tidy up to move the eob counter to the per-request structure
authorSteve Holme <steve_holme@hotmail.com>
Tue, 30 Apr 2013 21:22:22 +0000 (22:22 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 30 Apr 2013 21:25:23 +0000 (22:25 +0100)
commit46d26a0e77d9c93482413027b7b140140269fa2e
tree2c7c5dcbb45334581ebfbf4092464510bfe043ea
parentf4e3cae8a792e10259398f4eeec9348fdda690df
smtp: Tidy up to move the eob counter to the per-request structure

Move the eob counter from the smtp_conn structure to the SMTP structure
as it is associated with a SMTP payload on a per-request basis.
lib/smtp.c
lib/smtp.h