all clixon event functions prepended with clixon_
Replaced fcgi getparam code with clixon-data parameters
This commit is contained in:
parent
a455b15f03
commit
14b03f63a3
34 changed files with 567 additions and 877 deletions
|
|
@ -144,7 +144,7 @@ backend_client_rm(clicon_handle h,
|
|||
for (c = *ce_prev; c; c = c->ce_next){
|
||||
if (c == ce){
|
||||
if (ce->ce_s){
|
||||
event_unreg_fd(ce->ce_s, from_client);
|
||||
clixon_event_unreg_fd(ce->ce_s, from_client);
|
||||
close(ce->ce_s);
|
||||
ce->ce_s = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue