mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08: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
@ -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 New Issue
Block a user