Changes between Initial Version and Version 1 of Ticket #1005, comment 11


Ignore:
Timestamp:
06/28/16 16:26:34 (8 years ago)
Author:
simonhf@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1005, comment 11

    initial v1  
    991. sends part of a request (just headers and 1 byte of a body),
    10102. 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 request
     113. ELB replies with 504 and 'connection: keep-alive' after 1 second,
     124. perl continues to sleep for the remaining 4 seconds,
     135. perl re-sends the original request as a new request
    1414
    1515If 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"?