View Issue Details

IDProjectCategoryView StatusLast Update
0002353libmicrohttpdexternal APIpublic2012-06-13 18:20
Reporteretr Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version0.9.19 
Summary0002353: problems with create_response_from_fd_at_offset
DescriptionWhen the function is called, the response is not completely returned to the client that receive only the initial part of the response and remains in waiting for the completion leaving the connection opened
Steps To ReproduceI tried pointing a file (in my case with a size of 120 bytes) and giving an offset equal to 0.
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-28 21:58

manager   ~0005962

Last edited: 2012-05-28 21:59

I suspect VERY careful reading of the manual on MHD_create_response_from_fd_at_offset will solve this problem...

http://www.gnu.org/software/libmicrohttpd/microhttpd.html#microhttpd_002dresponse-create

Please try first with MHD_create_response_from_fd and see if that magically solves the problem, if not, then we can investigate further.

Christian Grothoff

2012-06-13 18:19

manager   ~0006067

As reporter did not provide further feedback, I assume that the problem was ultimately not with MHD and instead with not reading the documentation ;-).

Issue History

Date Modified Username Field Change
2012-05-14 22:49 etr New Issue
2012-05-28 21:58 Christian Grothoff Note Added: 0005962
2012-05-28 21:59 Christian Grothoff Note Edited: 0005962
2012-05-28 22:00 Christian Grothoff Assigned To => Christian Grothoff
2012-05-28 22:00 Christian Grothoff Status new => feedback
2012-06-13 18:19 Christian Grothoff Note Added: 0006067
2012-06-13 18:19 Christian Grothoff Status feedback => resolved
2012-06-13 18:19 Christian Grothoff Resolution open => no change required
2012-06-13 18:20 Christian Grothoff Status resolved => closed
2013-05-06 12:52 Christian Grothoff Category API => libmicrohttpd API
2024-01-21 13:24 Christian Grothoff Category libmicrohttpd API => external API