Changeset 286
- Timestamp:
- Aug 2, 2011, 1:04:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-kernel/zoo_loader.c
r284 r286 98 98 } 99 99 } 100 tmpMap=createMap("request",res); 100 if(res==NULL){ 101 return errorException(NULL,"ZOO-Kernel failed to process your request cause the request was emtpty.","InternalError"); 102 }else 103 tmpMap=createMap("request",res); 101 104 }else{ 102 105 char *buffer=new char[cgiContentLength+1];
Note: See TracChangeset
for help on using the changeset viewer.