Changes between Initial Version and Version 1 of Ticket #1005, comment 11
- Timestamp:
- 06/28/16 16:26:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1005, comment 11
initial v1 9 9 1. sends part of a request (just headers and 1 byte of a body), 10 10 2. then starts sleeping for 5 seconds to trigger a timeout, 11 2.1. ELB replies with 504 and 'connection: keep-alive' after 1 second,12 2.2. perl continues to sleep for the remaining 4 seconds,13 3. perl re-sends the original request as a new request11 3. ELB replies with 504 and 'connection: keep-alive' after 1 second, 12 4. perl continues to sleep for the remaining 4 seconds, 13 5. perl re-sends the original request as a new request 14 14 15 15 If the Amazon ELB sends a 504 and connection: keep-alive then why do you think the client should not interpret that as "it's time for the next query"?