- Added some hipadab array math
- Added missing cnvrt files, stolen from Markus - Debugged the new sinqhttpopt driver for SINQ HTTP HM - Debugged the driver for the new S7 Siemens SPS - Added handling of hexadecimal terminators to ascon.c - Increased the write buffer size in asynnet again - Fixed a core dump in lld.c - Added writing of second gen HM to nxscript.c - Added doubletime command to SICS - Fixed a core dump issue in sicshdbadapter.c on dimension changes - Modified sicsobj to look for lower case keys too
This commit is contained in:
@ -192,6 +192,8 @@ static int HttpHandler(Ascon * a)
|
||||
if (procStatus.proc == ghttp_proc_response_hdrs
|
||||
|| procStatus.proc == ghttp_proc_response) {
|
||||
a->state = AsconWriteDone;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
a->start = DoubleTime();
|
||||
@ -234,7 +236,7 @@ static int HttpHandler(Ascon * a)
|
||||
/* this to clear the line */
|
||||
ghttp_close(pHttp->request);
|
||||
}
|
||||
return 1;
|
||||
return 0;
|
||||
case ghttp_done:
|
||||
handleReply(a);
|
||||
a->state = AsconReadDone;
|
||||
|
Reference in New Issue
Block a user