src/server/safs/cgi.h

changeset 517
be62c9604377
parent 516
ec22d4ccd081
child 521
536a2305f3fa
equal deleted inserted replaced
516:ec22d4ccd081 517:be62c9604377
134 * waiting for the next read event 134 * waiting for the next read event
135 */ 135 */
136 WSBool wait_read; 136 WSBool wait_read;
137 137
138 /* 138 /*
139 * last write returned EWOULDBLOCK
140 * waiting for the next write event
141 */
142 //WSBool wait_write;
143
144 /*
145 * cgi pipe (stdout) EOF 139 * cgi pipe (stdout) EOF
146 */ 140 */
147 WSBool cgi_eof; 141 WSBool cgi_eof;
148 142
149 /* 143 /*

mercurial