Changes between Version 1 and Version 2 of Ticket #1005, comment 23


Ignore:
Timestamp:
06/28/16 21:30:25 (8 years ago)
Author:
simonhf@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1005, comment 23

    v1 v2  
    1 The reason I'm setting 'Content-Length' to an incorrect value is purely for the purposes of reproducing the issue. The issue itself can occur under different and more complicated circumstances in a production environment with the 'Content-Length' set to a correct value. Why? If the POST body is bigger and sent as multiple packets, and the typical MTU is 1,500 bytes, then there other reasons why some of those packets can get delayed for (longer) periods of time, thus triggering the upstream timeout.
     1The reason I'm setting 'Content-Length' to an incorrect value is purely for the purposes of reproducing the issue.
     2
     3The issue itself can occur under different / more complicated circumstances in a production environment with the 'Content-Length' set to a correct value. Why? If the POST body is bigger and sent as multiple packets, and the typical MTU is 1,500 bytes, then there other reasons why some of those packets can get delayed for (longer) periods of time, thus triggering the upstream timeout.