headers.put("version", "http/1.1");
headers.put("host", "localhost:8080");
headers.put("content-type", "application/octet-stream");
final CountDownLatch latch = new CountDownLatch(count * iterations);
session.addListener(new Session.StreamListener.Adapter()
{
@Override
public void onStreamClosed(Stream stream)
{
latch.countDown();