From: Jonathan H. <jha...@ki...> - 2004-06-30 03:10:56
|
I think I found out why '&' in the transaction ID was stalling the socket code before it was removed from the list of possible characters. It was being encoded correctly in the send_message() function, but in flexcp.php when replying it was not being encoded. Thus it caused send_message() to hang while trying to receive it. |