Is this a bug for fastcgi C library?
Fu Limin <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, These days I spent some time to write a fastcgi module for a scripting language using the fastcgi C library. I observe a problem in the library when there is a large amount of post data for the request, that is, for example, if there is more than 100KB post data which are not processed by the fastcgi application, it becomes impossible to send back to the server a large mount of data (500KB), in this case, the fastcgi application seems to be blocked somewhere. But if the fastcgi just send a small amount data, this problem do not exist, and also if the just a small amount of post data not processed before sending many data, this problem will not happen. Though one can alway avoid this problem by processing all the post data before sending a large amount of data, it would be nice if this problem will be removed. Regards, Limin ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/