Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
[Improvement] Reestructured EE code related to sessions and proxy mig…
Browse files Browse the repository at this point in the history
…ration to not appear in CE

All functions related to static sessions have been moved to Farm/HTTP/Sessions/Ext.pm and setFarmProxyNGConf() have also been transfered to Farm/HTTP/Ext.pm.

Signed-off-by: Carlos Jimenez <[email protected]>

	modified:   usr/share/perl5/Zevenet/Farm/HTTP/Backend.pm
	modified:   usr/share/perl5/Zevenet/Farm/HTTP/Config.pm
	modified:   usr/share/perl5/Zevenet/Farm/HTTP/Service.pm
	modified:   usr/share/perl5/Zevenet/Farm/HTTP/Sessions.pm
  • Loading branch information
Rendone-zevenet committed Jun 9, 2023
1 parent 86f9b80 commit 3020eb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 708 deletions.
5 changes: 0 additions & 5 deletions usr/share/perl5/Zevenet/Farm/HTTP/Backend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,6 @@ sub runHTTPFarmServerDelete # ($ids,$farm_name,$service)

close $lock_fh;

if ( $proxy_ng eq 'true' )
{
require Zevenet::Farm::HTTP::Sessions;
&deleteConfL7FarmAllSession( $farm_name, $service, $ids );
}

if ( $output != -1 )
{
Expand Down
Loading

0 comments on commit 3020eb8

Please sign in to comment.