Comment

Andy Davies

Would be interesting to compare with and without Keep-Alive and also the difference between GET and POST

Parent comment

Peter Bengtsson

Is this perhaps skewed because the server sends a Keep-Alive header?

Replies

Aidiakapi

There's not really a difference between GET and POST requests, except how the server handles them.

Andy Davies

Need to check up on the behaviour but AJAX POSTs used to take two packets - headers get sent in first and then once the server ACKs the client sends the body of the request.

Yahoo discovered and documented it several years back