Przeglądaj źródła

Add note on proposed interface change (#498)

bel2125 8 lat temu
rodzic
commit
13b31af881
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      docs/Interface_Changes_1.10.md

+ 7 - 0
docs/Interface_Changes_1.10.md

@@ -67,4 +67,11 @@ mg_get_request_info, and getting the HTTP response code from the
 server by looking into the uri member of struct mg_request_info.
 server by looking into the uri member of struct mg_request_info.
 
 
 
 
+### `size_t` in all interface
+
+Having `size_t` in interfaces while building for 32 and 64 bit
+complicates maintenance in an unnecessary way 
+(see [498](https://github.com/civetweb/civetweb/issues/498)).
+
+Replace all data sizes by 64 bit integers.