Here is akka http deps 

val akkaHttp = Seq(
  "com.typesafe.akka" %% "akka-http-core" % "10.0.0",
  "com.typesafe.akka" %% "akka-http" % "10.0.0"
)


On Wednesday, January 25, 2017 at 3:23:16 PM UTC+5:30, Srinivas wrote:
>
>
> No, here is curl verbose request, I am masking host and ip address with X
>
> *   Trying XXXX...
> * TCP_NODELAY set
> * Connected to XXXX (XXXX) port 80 (#0)
> > GET /packages?skip=0&take=50 HTTP/1.1
> > Host: XXXX
> > User-Agent: curl/7.51.0
> > Accept: */*
> > Content-Type: application/json
> > Authorization: XXXXX
> > Cache-Control: no-cache
> >
> < HTTP/1.1 200 OK
> < Server: nginx/1.9.14
> < Date: Wed, 25 Jan 2017 09:50:41 GMT
> < Content-Type: application/json
> < Content-Length: 69779
> < Connection: keep-alive
> < Vary: Accept-Encoding
> <
> .....
>
>
>
>
> On Wednesday, January 25, 2017 at 3:18:05 PM UTC+5:30, Konrad Malawski 
> wrote:
>>
>> Is there a Connection:close header present in the request to the server?
>> If yes, then this is fixed and will be released tomorrow.
>>
>> -- 
>> Konrad `ktoso` Malawski
>> Akka <http://akka.io> @ Lightbend <http://lightbend.com>
>>
>> On 25 January 2017 at 03:49:20, Srinivas ([email protected]) wrote:
>>
>> Hello All, 
>>
>>    I am observing my REST api's are failing it it tries to serve response 
>> more than 10K or 12K response. Response errors are varying some times 
>> client is able take more than 40K some times lesser than 12K. Attached the 
>> curl errors, angular http client too has same issue. Is there any setting 
>> required to overcome this problem?
>>
>> Response headers
>>
>> < HTTP/1.1 200 OK
>> < Server: nginx/1.9.14
>> < Date: Wed, 25 Jan 2017 02:40:37 GMT
>> < Content-Type: application/json
>> < Content-Length: 67892
>> < Vary: Accept-Encoding
>> < Connection: keep-alive
>>
>> --------
>> * transfer closed with 55760 bytes remaining to read
>> * Curl_http_done: called premature == 1
>> * Closing connection 0
>> curl: (18) transfer closed with 55760 bytes remaining to read
>>
>> --------
>>
>> * transfer closed with 28880 bytes remaining to read
>> * Curl_http_done: called premature == 1
>> * Closing connection 0
>> curl: (18) transfer closed with 28880 bytes remaining to read
>> --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to