Remove connection close (#429)
This commit is contained in:
@@ -115,11 +115,7 @@ class JsonRpcHttpClient(
|
|||||||
response.responseConnection { t, u ->
|
response.responseConnection { t, u ->
|
||||||
streamParser.streamParse(
|
streamParser.streamParse(
|
||||||
t.status().code(),
|
t.status().code(),
|
||||||
u.inbound().receive()
|
u.inbound().receive().asByteArray(),
|
||||||
.asByteArray()
|
|
||||||
.doFinally {
|
|
||||||
u.dispose()
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
}.single()
|
}.single()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user