View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001667 | libmicrohttpd | thread pool | public | 2011-03-05 12:14 | 2011-03-31 10:58 |
| Reporter | willbryant | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.8 | ||||
| Summary | 0001667: POLLRDHUP not available on other platforms | ||||
| Description | 0.9.7 builds fine on OS X and OpenSolaris, but 0.9.8 uses POLLRDHUP which is not defined on either, so libmicrohttpd no longer compiles. They support POLLHUP but not POLLRDHUP, and "man poll" doesn't show an obvious equivalent. Perhaps you could just use POLLERR? | ||||
| Tags | No tags attached. | ||||
|
|
After some more testing, it seems POLLRDHUP is actually not required (it was added when I was hunting some unrelated issue). So I've removed it in SVN 14599. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-03-05 12:14 | willbryant | New Issue | |
| 2011-03-05 22:03 | Christian Grothoff | Note Added: 0004289 | |
| 2011-03-05 22:03 | Christian Grothoff | Status | new => resolved |
| 2011-03-05 22:03 | Christian Grothoff | Resolution | open => fixed |
| 2011-03-05 22:03 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-03-31 10:58 | Christian Grothoff | Status | resolved => closed |
| 2013-05-06 12:53 | Christian Grothoff | Category | multi-threaded operation => libmicrohttpd multi-threaded operation |
| 2024-01-21 13:25 | Christian Grothoff | Category | libmicrohttpd multi-threaded operation => thread pool |