started adding cgi support.

enhanced qse_httpd_entask() and related functions to support entasking within a task handler.
This commit is contained in:
2011-07-30 02:14:04 +00:00
parent 1d41b3fb2a
commit 1b2392571c
7 changed files with 330 additions and 157 deletions

View File

@ -44,7 +44,7 @@ static int pio1 (const qse_char_t* cmd, int oflags, qse_pio_hid_t rhid)
qse_ssize_t i;
/*qse_pio_canread (pio, QSE_PIO_ERR, 1000)*/
qse_ssize_t n = qse_pio_read (pio, buf, sizeof(buf), rhid);
qse_ssize_t n = qse_pio_read (pio, buf, QSE_SIZEOF(buf), rhid);
if (n == 0) break;
if (n <= -1)
{