Panagiotis PJ Papadomitsos

Results 11 comments of Panagiotis PJ Papadomitsos

I'm gonna assume hackney is trying to give the socket back to the parent, but the socket is already closed remotely (by the remote server) hence the badarg. This situation...

After further digging, I saw that this error should be getting caught here: ``` try stream_loop(Parent, Owner, Ref, Client#client{parser=Parser, response_state=on_status}) catch Class:Reason -> ``` but it's not. I have no...

I think it does in multiple points. Lines 99, 140 and 241 can all be called while in the stream_loop function. @benoitc is there any critical reason to hibernate at...

I am almost sure it does. The problem is that this happens only on extremely high number of requests, trying it locally never triggers the issue. I'll give it a...

Please do, we're dying over here - we got ~350K calls/sec at one point :)

@benoitc any progress on the new pool arch? Need a hand?

I could enable an option in the same manner as the tcp/ssl driver options and you could provide a map in there with the node names and the cookies that...

Not in the next couple of months, sorry. Feel free to implement it and make a PR though :)

That would be great, thanks! Don't worry about timelines, just make sure it's high quality :)

This can be solved by adding an array node attribute to statically define recipients, that will override the data bag based search if the attribute is not set to `nil`....