Using curb to communicate with some HTTP server and looks like that HTTP server does not implements Keep-Alive properly.
This is why I'm searching way to force curb not use this feature.
Sure, I can sleep minute or so before making next request, but I'd like to do this in other way.