If we have a HTTP persistent connection, however one of the request takes a long time (say 30 seconds). Assume client's timeout is 15 seconds.
Is client's reques-timeout respected when used over persistent connection ?
If yes, then does the connection break ?
Is there any way to avoid the entire connection from breaking, and instead just timing out on that one particular request ?