as3httpclient icon indicating copy to clipboard operation
as3httpclient copied to clipboard

Dependency on com.hurland

Open Redsandro opened this issue 9 years ago • 0 comments

There is a dependency on com.hurland, might want to mention this in the docs.

https://github.com/gabriel/as3httpclient/blob/master/src/org/httpclient/HttpSocket.as#L8

I downloaded the com.hurland files, but the dependency fails for me:

Error: Error #2030: End of file was encountered.
    at flash.utils::ByteArray/readShort()
    at com.hurlant.crypto.tls::TLSEngine/parseHandshakeHello()[/tmp/test/com/hurlant/crypto/tls/TLSEngine.as:434]
    at com.hurlant.crypto.tls::TLSEngine/parseHandshake()[/tmp/test/com/hurlant/crypto/tls/TLSEngine.as:312]
    at com.hurlant.crypto.tls::TLSEngine/parseOneRecord()[/tmp/test/com/hurlant/crypto/tls/TLSEngine.as:228]
    at com.hurlant.crypto.tls::TLSEngine/parseRecord()[/tmp/test/com/hurlant/crypto/tls/TLSEngine.as:206]
    at com.hurlant.crypto.tls::TLSEngine/dataAvailable()[/tmp/test/com/hurlant/crypto/tls/TLSEngine.as:139]

Any idea what the problem is? In case the script is a wrong version, perhaps you can include the specific version that is working with this script in the repository.

Redsandro avatar Jun 27 '16 02:06 Redsandro