babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.07k stars 183 forks source link

don't set json_set_alloc_funcs #169

Closed zhangxinlong633 closed 3 years ago

zhangxinlong633 commented 3 years ago

don't set json_set_alloc_funcs on each send request, set json_set_alloc_funcs on startup is enough.

babelouest commented 3 years ago

Thanks @zhangxinlong633 , json_set_alloc_funcs will be used in ulfius_send_request_init instead