Changes between Initial Version and Version 1 of Ticket #1026, comment 15


Ignore:
Timestamp:
07/21/16 18:18:16 (8 years ago)
Author:
iamasmith.home@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1026, comment 15

    initial v1  
    11Replying to [comment:13 mdounin]:
    22> ....
    3 > I don't think anything can be done with it without breaking well-behaving clients at the same time, at least at lingering close level. What may help is always fully reading/discrading the body after returning a response, but it's not something nginx is currently able to do when using `proxy_request_buffering off`.
     3>What may help is always fully reading/discrading the body after returning a response, but it's not something nginx is currently able to do when using `proxy_request_buffering off`.
    44
    55I may be misunderstanding something here but I thought the  lingering handler actually did discard the data.. if we don't shutdown the connection for write isn't this exactly what it's doing? With the original patch nginx certainly eats the remainder of the request quite happily.