Opened 16 years ago
Closed 16 years ago
#561 closed defect (fixed)
select() ioqueue default concurrency setting is not initialized with the default value
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.0-rc1 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The ioqueue->default_concurrency (boolean) is never initialized for socket ioqueue. This shouldn't be a major problem, since if application wants to explicitly disable concurrency it will set the setting manually.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from IOQueue default concurrency is not initialized to select() ioqueue default concurrency setting is not initialized with the default value
Note: See
TracTickets for help on using
tickets.
Done in r2126