hprose 1.4.11 → 1.4.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/hprose/httpclient.rb +2 -2
- metadata +2 -2
data/lib/hprose/httpclient.rb
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
# #
|
15
15
|
# hprose http client for ruby #
|
16
16
|
# #
|
17
|
-
# LastModified:
|
17
|
+
# LastModified: Apr 12, 2014 #
|
18
18
|
# Author: Ma Bingyao <andot@hprose.com> #
|
19
19
|
# #
|
20
20
|
############################################################
|
@@ -33,7 +33,7 @@ module Hprose
|
|
33
33
|
@http = Net::HTTP
|
34
34
|
@header = {}
|
35
35
|
@timeout = 30
|
36
|
-
@keepalive =
|
36
|
+
@keepalive = true
|
37
37
|
@keepalive_timeout = 300
|
38
38
|
end
|
39
39
|
attr_reader :header
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hprose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.12
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-04-12 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! " Hprose is a High Performance Remote Object Service Engine.\n\n It
|
15
15
|
is a modern, lightweight, cross-language, cross-platform, object-oriented, high
|