View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003784 | libmicrohttpd | external API | public | 2015-05-05 22:15 | 2021-09-02 17:54 |
Reporter | asherkin | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.41 | ||||
Target Version | 0.9.42 | Fixed in Version | 0.9.42 | ||
Summary | 0003784: MHD_get_connection_info missing MHD_CONNECTION_INFO_SOCKET_CONTEXT | ||||
Description | diff --git a/libmicrohttpd/microhttpd/connection.c b/libmicrohttpd/microhttpd/connection.c index 6c71aeb..d000076 100644 --- a/libmicrohttpd/microhttpd/connection.c +++ b/libmicrohttpd/microhttpd/connection.c @@ -2832,6 +2832,8 @@ MHD_get_connection_info (struct MHD_Connection *connection, return (const union MHD_ConnectionInfo *) &connection->daemon; case MHD_CONNECTION_INFO_CONNECTION_FD: return (const union MHD_ConnectionInfo *) &connection->socket_fd; + case MHD_CONNECTION_INFO_SOCKET_CONTEXT: + return (const union MHD_ConnectionInfo *) &connection->socket_context; default: return NULL; }; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-05 22:15 | asherkin | New Issue | |
2015-05-06 18:06 | Christian Grothoff | Note Added: 0009113 | |
2015-05-06 18:06 | Christian Grothoff | Status | new => resolved |
2015-05-06 18:06 | Christian Grothoff | Fixed in Version | => 0.9.42 |
2015-05-06 18:06 | Christian Grothoff | Resolution | open => fixed |
2015-05-06 18:06 | Christian Grothoff | Assigned To | => Christian Grothoff |
2015-05-06 18:06 | Christian Grothoff | Product Version | => 0.9.41 |
2015-05-06 18:06 | Christian Grothoff | Target Version | => 0.9.42 |
2015-05-13 13:56 | Christian Grothoff | Status | resolved => closed |
2021-09-02 17:54 | Christian Grothoff | Changeset attached | => libmicrohttpd master b27bee6e |
2021-09-02 17:54 | Christian Grothoff | Note Added: 0018197 | |
2024-01-21 13:24 | Christian Grothoff | Category | libmicrohttpd API => external API |