]> granicus.if.org Git - curl/commit
- I made the SMTP code expect a 250 response back from the server after the
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Feb 2010 21:56:48 +0000 (21:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Feb 2010 21:56:48 +0000 (21:56 +0000)
commita434cb43e807753730d815096464c9c7cb3f1596
treeb07e5774cdd5732f24f55136039f4037fd30a1cc
parent846b926a3fd9078a4fa07f04b0ee4c9253831ce1
- I made the SMTP code expect a 250 response back from the server after the
  full DATA has been sent, and I modified the test SMTP server to also send
  that response. As usual, the DONE operation that is made after a completed
  transfer is still not doable in a non-blocking way so this waiting for 250
  is unfortunately made blockingly.
CHANGES
RELEASE-NOTES
lib/smtp.c
lib/smtp.h
tests/ftpserver.pl