commit | dda815b77680af1492c962e729f1bb90a48f65a4 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Mon Nov 28 23:02:35 2011 +0100 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue Nov 29 00:25:21 2011 +0100 |
tree | cec0dd2628e52a86feef98d35e30519befa133c3 | |
parent | 8d3efb6be04d7b591523cf1fe211625d0180449c [diff] |
POP3: fix end of body detection Curl_pop3_write() now has a state machine that scans for the end of a POP3 body so that the CR LF '.' CR LF sequence can come in everything from one up to five subsequent packets. Test case 810 is modified to use SLOWDOWN which makes the server pause between each single byte and thus makes the POP3 body get sent to curl basically one byte at a time.