mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Events: removed unused flags from the ngx_event_s structure.
They are not used since 708f8bb772ec (pre 0.0.1).
This commit is contained in:
parent
cf08ba72db
commit
0f0502064d
1 changed files with 0 additions and 4 deletions
|
|
@ -69,10 +69,6 @@ struct ngx_event_s {
|
|||
|
||||
unsigned delayed:1;
|
||||
|
||||
unsigned read_discarded:1;
|
||||
|
||||
unsigned unexpected_eof:1;
|
||||
|
||||
unsigned deferred_accept:1;
|
||||
|
||||
/* the pending eof reported by kqueue or in aio chain operation */
|
||||
|
|
|
|||
Loading…
Reference in a new issue