Changeset 475
- Timestamp:
- 11/22/06 15:09:37 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/handler_fcgi.c (modified) (2 diffs)
- cherokee/trunk/cherokee/post.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r473 r475 1 1 2006-11-22 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/handler_fcgi.c (do_send): Post handling was 4 broken. Actually, I broke it with another commit a couple of days 5 ago. It's working again. 2 6 3 7 * cherokee/config_node.c (cherokee_config_node_add): Fixes bug cherokee/trunk/cherokee/handler_fcgi.c
r467 r475 537 537 538 538 ret = cherokee_socket_write (&hdl->socket, buffer, &written); 539 printf ("send ret %d\n", ret);540 539 switch (ret) { 541 540 case ret_ok: 542 return ret_ok;541 break; 543 542 case ret_eagain: 544 543 cherokee_thread_deactive_to_polling (HANDLER_THREAD(hdl), HANDLER_CONN(hdl), … … 546 545 return ret_eagain; 547 546 default: 548 printf ("Error? %d\n", ret);549 547 conn->error_code = http_bad_gateway; 550 548 return ret_error; cherokee/trunk/cherokee/post.c
r256 r475 84 84 char template[64]; 85 85 86 strncpy (template, "/tmp/cherokee_post_XXXXXX", 64);86 strncpy (template, "/tmp/cherokee_post_XXXXXX", sizeof(template)); 87 87 88 88 /* Generate a unique name