]> granicus.if.org Git - curl/commit
pop3.c: Fixed body data being written when CURLOPT_NOBODY is specified
authorSteve Holme <steve_holme@hotmail.com>
Sat, 24 Mar 2012 00:09:38 +0000 (00:09 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 24 Mar 2012 00:09:38 +0000 (00:09 +0000)
commit602a8a565cf8661a85b74f23e14449ff04b9f543
tree8caa6e29e95dc8fa4fa6e2b52e5c829eb799fd1d
parentc4a8446c7087ce1502e0df5214ab1e61f168a098
pop3.c: Fixed body data being written when CURLOPT_NOBODY is specified

Body data would be forwarded to the client application in both the RETR
and LIST commands even if CURLOPT_NOBODY was specified.
lib/pop3.c