Skip to content

Commit

Permalink
Bug #18458 Returning SOAP_Attachment in MIME
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/SOAP/trunk@322279 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Jan 14, 2012
1 parent 343ecf4 commit b595f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server.php
Expand Up @@ -294,6 +294,7 @@ function _sendResponse($response = '')
$this->headers['Content-Length'] = strlen($response);

foreach ($this->headers as $k => $v) {
$v = str_replace(array("\r", "\n"), '', $v);
header("$k: $v");
$hdrs .= "$k: $v\r\n";
}
Expand Down

0 comments on commit b595f41

Please sign in to comment.