mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-4015 Fix wrongly spelled "Thirft"s
Client: Perl + NodeJS Patch: Jens Geyer
This commit is contained in:
parent
19066b75d0
commit
fa133629a2
@ -58,7 +58,7 @@ Here is a Cassandra example:
|
||||
<a name="int64"></a>
|
||||
## Int64
|
||||
|
||||
Since JavaScript represents all numbers as doubles, int64 values cannot be accurately represented naturally. To solve this, int64 values in responses will be wrapped with Thirft.Int64 objects. The Int64 implementation used is [broofa/node-int64](https://github.com/broofa/node-int64).
|
||||
Since JavaScript represents all numbers as doubles, int64 values cannot be accurately represented naturally. To solve this, int64 values in responses will be wrapped with Thrift.Int64 objects. The Int64 implementation used is [broofa/node-int64](https://github.com/broofa/node-int64).
|
||||
|
||||
## Client and server examples
|
||||
|
||||
|
@ -34,7 +34,7 @@ use base qw( Thrift::ServerSocket );
|
||||
#
|
||||
# Constructor.
|
||||
# Takes a hash:
|
||||
# See Thirft::Socket for base class parameters.
|
||||
# See Thrift::Socket for base class parameters.
|
||||
# @param[in] ca certificate authority filename - not required
|
||||
# @param[in] cert certificate filename; may contain key in which case key is not required
|
||||
# @param[in] key private key filename for the certificate if it is not inside the cert file
|
||||
|
@ -34,7 +34,7 @@ use base qw( Thrift::Socket );
|
||||
#
|
||||
# Constructor.
|
||||
# Takes a unix domain socket filename.
|
||||
# See Thirft::Socket for base class parameters.
|
||||
# See Thrift::Socket for base class parameters.
|
||||
# @param[in] path path to unix socket file
|
||||
# @example my $sock = new Thrift::UnixSocket($path);
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user