View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003397 | libmicrohttpd | compliance | public | 2014-05-06 18:33 | 2021-09-02 17:54 |
Reporter | amatus | Assigned To | Christian Grothoff | ||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.35 | ||||
Target Version | 0.9.36 | Fixed in Version | 0.9.36 | ||
Summary | 0003397: An extra CRLF is returned for an empty entity (Content-Length: 0) | ||||
Description | Returning an empty entity causes an extra CRLF to be sent to the client. For example with: response = MHD_create_response_from_buffer (0, NULL, MHD_RESPMEM_PERSISTENT); MHD_queue_response (connection, MHD_HTTP_OK, response); The data sent to the client looks like: Content-Length: 0 CRLF CRLF CRLF <-- invalid | ||||
Steps To Reproduce | A failing test case has been added to test_get.c revision 33174. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-06 18:33 | amatus | New Issue | |
2014-05-08 09:48 | Christian Grothoff | Priority | normal => urgent |
2014-05-08 09:48 | Christian Grothoff | Status | new => confirmed |
2014-05-08 09:48 | Christian Grothoff | Target Version | => 0.9.36 |
2014-05-11 14:07 | Christian Grothoff | Assigned To | => Christian Grothoff |
2014-05-11 14:07 | Christian Grothoff | Status | confirmed => assigned |
2014-05-13 18:26 | Christian Grothoff | Note Added: 0008335 | |
2014-05-13 18:26 | Christian Grothoff | Status | assigned => resolved |
2014-05-13 18:26 | Christian Grothoff | Fixed in Version | => 0.9.36 |
2014-05-13 18:26 | Christian Grothoff | Resolution | open => fixed |
2014-05-25 20:22 | Christian Grothoff | Status | resolved => closed |
2021-09-02 17:54 | Christian Grothoff | Changeset attached | => libmicrohttpd master 51da5739 |
2021-09-02 17:54 | Christian Grothoff | Note Added: 0018205 |