fcgi2
fcgi2 copied to clipboard
FastCGI.com fcgi2 Development Kit fork from http://repo.or.cz/fcgi2.git + last snapshot
Hi! I am sending video file via FormData() using XmlHttpRequest(). Could you provide some details on how to obtain file back on the server side in C, please? Thank you.
we are using fcgi library witin our web application. due to assert being present within fcgiapp.c, we are seeing the application exiting resulting in Denial of service. can we remove...
Hello, I want to adapt ExtPascal to fCGI2. But the doc is not enough. Can you upgrade the doc we to use not only in C ? Can you upgrade...
In unix at least : fcgiapp has a call to OS_LibInit() that allocates a structure (asyncIoTable) which is never freed. I guess OS_LibShutdown should be called in FCGX_Finish().
How do I increase the output buffer on Request out? I have a big response and it's causing error when I use FCGX_PutStr and the size is around 16Mb.
Hello! What is the difference between them? Does libfcgi provide better performance than libscgi server? Thank you.
When I try to build fcgi2 under windows with VS or mingw32, the build fails with the following error: cgi-fcgi.c:21:10: fatal error: sys/wait.h: No such file or directory 21 |...
%hash is false if the hash hasn't been assigned to, *or* if the hash is simply empty. This causes the environment from the *second* request (that is, the environment produced...
Hello there and thanks for beautiful job :) So, I've used FastCGI library in one of my projects before and I tend to make some updates to it, then I...
Beginning with GNU C library in version 2.26 libnsl is no longer installed by default. Please remove the dependency to deprecated libnsl. It seems that the only reason for that...