Open spider13software opened 9 years ago
I transferred a string(6291456) and it worked =) What kind of data did you transfer? From browser or from php script?
From browser and from another application.
@spider13software Today I've got a server hang in the process of socket reading. It may be related with your issue. Could you try to open this file and replace a string on these ones:
if ($length > $metadata['unread_bytes']) {
$length = $metadata['unread_bytes'];
stream_set_blocking ($this->socket,false);
}
The server hangs when transferring a large message(more than 1391 bytes) PHP 5.3.3