[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Does MHD_CONNECTION_OPTION_TIMEOUT works with MHD_cr
From: |
Nicolas Mora |
Subject: |
Re: [libmicrohttpd] Does MHD_CONNECTION_OPTION_TIMEOUT works with MHD_create_response_from_callback ? |
Date: |
Sun, 7 Oct 2018 10:51:41 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Hello,
Le 2018-10-02 à 20:44, Nicolas Mora a écrit :
> Does this option work with stream responses using
> MHD_create_response_from_callback?
>
According to my tests, setting a connection timeout on a response
created with MHD_create_response_from_callback has no effect, you must
use MHD_OPTION_CONNECTION_TIMEOUT instead.
/Nicolas