Hello, i'm trying
$client = new http\Client('curl', 'fc');
$options = ['tcp_nodelay'=>true]
$client->setOptions($opts)
This doesn't seem to have any effect. I need to add around 1000b of additional, empty payload so the request won't incur additional 50ms penalty. How to add nodelay flag?
Thanks
Hello, i'm trying
$client = new http\Client('curl', 'fc');
$options = ['tcp_nodelay'=>true]
$client->setOptions($opts)
This doesn't seem to have any effect. I need to add around 1000b of additional, empty payload so the request won't incur additional 50ms penalty. How to add nodelay flag?
Thanks