Changeset 926 for trunk/zoo-project/zoo-kernel/response_print.c
- Timestamp:
- May 28, 2019, 11:33:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/response_print.c
r921 r926 23 23 */ 24 24 25 #include "service.h"26 #include "service_internal.h"27 #include "server_internal.h"28 #include "response_print.h"29 25 #ifdef USE_MS 30 26 #include "service_internal_ms.h" … … 35 31 #include "service_callback.h" 36 32 #endif 33 #include "service.h" 34 #include "service_internal.h" 35 #include "server_internal.h" 36 #include "response_print.h" 37 37 38 38 #ifndef WIN32 … … 41 41 42 42 #include "mimetypes.h" 43 44 43 45 44 /** … … 1014 1013 1015 1014 n=nc; 1016 1017 1015 int wpsId=zooXmlAddNs(NULL,schemas[vid][3],"wps"); 1018 1016 ns=usedNs[wpsId]; … … 1427 1425 int oI=0; 1428 1426 /*if(vid==0)*/ { 1429 for(oI=0;oI<1 3;oI++)1427 for(oI=0;oI<12;oI++) 1430 1428 if((tmp1=getMap(_tmp->content,orderedFields[oI]))!=NULL){ 1431 1429 #ifdef DEBUG … … 2101 2099 printf("Content-Type: text/xml; charset=%s\r\nStatus: 200 OK\r\n\r\n",encoding); 2102 2100 } 2103 fflush(stdout);2104 2101 xmlChar *xmlbuff; 2105 2102 int buffersize;
Note: See TracChangeset
for help on using the changeset viewer.