Преглед изворни кода

Update CREDITS, RELEASE_NOTES and remove debugging define

bel2125 пре 4 година
родитељ
комит
99be48379c
3 измењених фајлова са 4 додато и 4 уклоњено
  1. 1 0
      CREDITS.md
  2. 3 2
      RELEASE_NOTES.md
  3. 0 2
      src/response.inl

+ 1 - 0
CREDITS.md

@@ -143,6 +143,7 @@
 * Piotr Zierhoffer
 * pkvamme
 * Ponnuvel Palaniyappan
+* qinch
 * Radoslaw Zarzynski
 * Red54
 * Retallack Mark mark.retallack

+ 3 - 2
RELEASE_NOTES.md

@@ -1,13 +1,14 @@
 Release Notes v1.13
 ===
-### Objectives: *Various updates and fixes*
+### Objectives: *Various updates and fixes, additional API functions*
 
 Changes
 -------
 
 - Add arguments for CGI interpreters
 - Support multiple CGi interpreters
-- Some new API functions
+- Buffering HTTP response headers, including API functions mg_response_header_* in C and Lua
+- Additional C API functions
 - Fix some memory leaks
 - Extended use of atomic operations (e.g., for server stats)
 - Add fuzz tests

+ 0 - 2
src/response.inl

@@ -7,8 +7,6 @@
  * This file is part of the CivetWeb project.
  */
 
-#define NO_RESPONSE_BUFFERING
-
 #if defined(NO_RESPONSE_BUFFERING) && defined(USE_HTTP2)
 #error "HTTP2 currently works only if NO_RESPONSE_BUFFERING is not set"
 #endif