فهرست منبع

MHD_upgraded_send(): corrected public API doxy

Evgeny Grin (Karlson2k) 1 سال پیش
والد
کامیت
be6292eb0c
2فایلهای تغییر یافته به همراه2 افزوده شده و 6 حذف شده
  1. 1 3
      src/include/microhttpd2.h
  2. 1 3
      src/include/microhttpd2_main.h.in

+ 1 - 3
src/include/microhttpd2.h

@@ -6801,9 +6801,7 @@ MHD_FN_PAR_OUT_ (4);
  * @param max_wait_millisec the maximum wait time for the data,
  *                          non-blocking operation if set to zero,
  *                          wait indefinitely if larger or equal to
- *                          #MHD_WAIT_INDEFINITELY,
- *                          the function may return earlier if waiting is
- *                          interrupted or by other reasons
+ *                          #MHD_WAIT_INDEFINITELY
  * @param more_data_to_come set to #MHD_YES if the provided data in
  *                          the @a send_buf is part of a larger data package,
  *                          like an incomplete message or streamed

+ 1 - 3
src/include/microhttpd2_main.h.in

@@ -2377,9 +2377,7 @@ MHD_FN_PAR_OUT_ (4);
  * @param max_wait_millisec the maximum wait time for the data,
  *                          non-blocking operation if set to zero,
  *                          wait indefinitely if larger or equal to
- *                          #MHD_WAIT_INDEFINITELY,
- *                          the function may return earlier if waiting is
- *                          interrupted or by other reasons
+ *                          #MHD_WAIT_INDEFINITELY
  * @param more_data_to_come set to #MHD_YES if the provided data in
  *                          the @a send_buf is part of a larger data package,
  *                          like an incomplete message or streamed