ZF-11418: Content-type header is not cleared out when sending multiple PUT requests
Description
When you use consecutive PUT requests using a Zend_Http_Client with resetParameters() or resetParameters(true) on each call, the Content-Type is not cleared out.
Comments
Posted by Enrico Zimuel (zimuel) on 2011-05-30T10:04:59.000+0000
This issue comes because the enctype property of Zend_Http_Client is not resetted when you call resetParameters().
Posted by Enrico Zimuel (zimuel) on 2011-05-30T10:37:58.000+0000
Fixed in trunk (commit 24080)
Posted by Enrico Zimuel (zimuel) on 2011-05-30T10:42:39.000+0000
Solved in branches/release-1.11 (commit 24081)