mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-14 08:03:09 +03:00
fixed win32 build issues with CGI
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@129 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@@ -301,10 +301,12 @@ int main(int argc, char *argv[])
|
||||
FD_ISSET(to->networkdesc, &rfds))
|
||||
{
|
||||
active--;
|
||||
if (to->post_state)
|
||||
read_post_data(to);
|
||||
else
|
||||
procreadhead(to);
|
||||
#if defined(CONFIG_HTTP_HAS_CGI)
|
||||
if (to->post_state)
|
||||
read_post_data(to);
|
||||
else
|
||||
#endif
|
||||
procreadhead(to);
|
||||
}
|
||||
|
||||
if (to->state == STATE_WANT_TO_SEND_HEAD &&
|
||||
|
Reference in New Issue
Block a user