Opened 12 years ago

Closed 9 years ago

#132 closed defect (fixed)

alert "the http output chain is empty" triggered by ssi

Reported by: Maxim Dounin Owned by: somebody
Priority: minor Milestone:
Component: nginx-core Version:
Keywords: Cc:
uname -a:
nginx -V: not applicable

Description

Running ssi.t with

    postpone_output 0;

added results in the following alert:

... [alert] ... *18 the http output chain is empty while sending to client ...

Looks like a problem in write filter, it doesn't handle sync flag in buffer correctly. Needs detailed investigation.

Change History (2)

comment:1 by Maxim Dounin <mdounin@…>, 9 years ago

In 08bfc7188a41d13b47239fb393188b6f3dca16f2/nginx:

Write filter: fixed handling of sync bufs (ticket #132).

comment:2 by Maxim Dounin, 9 years ago

Resolution: fixed
sensitive: 0
Status: newclosed
Note: See TracTickets for help on using tickets.