View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007196 | libmicrohttpd | libmicrohttpd API | public | 2022-03-17 21:18 | 2022-03-17 21:18 |
Reporter | basch | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 0.9.75 | ||||
Summary | 0007196: mhd_assert(0) after MHD_resume_connection() | ||||
Description | Hello, I think I've stumbled over a minor bug in MHD. If a connection is suspended in the response-callback (MHD_suspend_connection() and return 0) and resumed at some later point through MHD_resume_connection(), this is what happens: * connection has event_loop_info=MHD_EVENT_LOOP_INFO_WRITE and state=MHD_CONNECTION_NORMAL_BODY_UNREADY/MHD_CONNECTION_CHUNKED_BODY_UNREADY * daemon.c:call_handlers() -> connection.c:MHD_connection_handle_write() -> switch(state) -> assert(0) Thanks and regards! | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-03-17 21:18 | basch | New Issue |