[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] decreasing XBUF_SIZE value, postprocessor.c
From: |
Martin Velek |
Subject: |
[libmicrohttpd] decreasing XBUF_SIZE value, postprocessor.c |
Date: |
Tue, 21 Aug 2012 08:07:39 +0200 |
Hello,
is it possible to decrease the XBUF_SIZE (line #34, postprocessor.c)
from 1024 to e.g. 512? Even if this could bring some performance
issues. On embedded system with RTOS the stack size is a limiting
factor and with the default value, the post_process_urlencoded
function takes 1120 of stack (generated by gcc -fstack-usage).
Regards
Martin Velek
- [libmicrohttpd] decreasing XBUF_SIZE value, postprocessor.c,
Martin Velek <=