Changes between Initial Version and Version 1 of Ticket #1026, comment 15
- Timestamp:
- 07/21/16 18:18:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1026, comment 15
initial v1 1 1 Replying to [comment:13 mdounin]: 2 2 > .... 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`. 4 4 5 5 I 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.