Jim Jagielski wrote:
The hook gets called in post_config, but not in create_config.
Of course if you move it to the post_config the config will
not work, because the array is still uninitialized.
Think it's a hook related stuff and .dll loading.
That is seriously weird... The proxy_run_load_lbmethods()
call is *in* create_proxy_config().
Right. Like said, the hook will be called if you move it to the
post config, but then it's too late.
The problem might be that the module hook initialization is
done *after* create_config, so you have a empty hook to run.
I said initially that you will have a problems with that patch.
Since you don't have a windows platform, someone else might
test that too. I'm on vacation starting tomorrow, so could not
help you resolve that for some time.
Regards,
Mladen.